Tag Archives: iphone

Animate a UIView out of thin air

Today, I was trying to animate a menu-like view so that it slides out of a bar of buttons at the bottom of my application. Easy enough, I read some documentation about animations here. And I end up with code similar to this in the controller responsible for the sliding view:

Nothing spectacular. I […]

Transparent background UISearchView

While I was working on a small iPhone application I was required to put a search box but with a transparent background. The original design looks like this: I could not get the basic search control to not display its background. I tried using a standard text box, however the look and feel was not […]