September 15, 2012
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:
CategoriesMobile Development
Tagsanimation, ios, iphone, objc, uiview
September 8, 2012
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
CategoriesMobile Development
Tagsios, iphone, objc