UIPickerView skin with transparent selection bar (aka “an hour or two of hell”)
Or: "How to make an opaque image transparent while matching the color values."
If you don't care for reading my rant at how I arrived at the solution, feel free to simply download the PSD of my UIPickerView skin with transparent selection bar (Photoshop CS3 format, .zip, 94KB) and customize it to your heart's delight and use it in your iPhone apps. Oh, and if I saved you some time, one way of thanking me is to feed my App Store habit with a tip.
Or: "How to make an opaque image transparent while matching the color values."
"Frankly, if you’re that convinced that Flash simply isn’t suitable for the mobile space, then you’re right, you’re going to get very frustrated at Adobe for not giving up and going home." (Rachel)
I'm not asking you to give up and go home. I'm asking you to stop playing the wrong game.
"They've told select developers that as long as they build their apps to support full screen resolution - rather than a fixed 320x480 - their apps should run just fine"
As nice as it might sound, you can't simply scale an app designed for a small screen and have it provide a good user experience on a large screen.
A virtual machine is always going to be a couple of steps behind native applications in terms of device-specific support. It's a losing game. The focus is wrong.
The first thing to do is to find a history of what you've changed in your new branch. To do this, given that your main branch is called master and your new branch is called screencast, issue the following git log command:
Sometimes you need to merge specific from one branch to another in Git. This article show you how.