Hello i want to develop simple iPhone application with one button. And I want to have a list with settings like in "Maps" application on iPhone (see screenshot)
-- Have you got any advises to do it ?
Hello i want to develop simple iPhone application with one button. And I want to have a list with settings like in "Maps" application on iPhone (see screenshot)
-- Have you got any advises to do it ?
See this previous SO question How to make half curl animation in iPhone like the maps app?
This SO question will help you iPhone SDK 4 "Half curl page transition"
If you create a new UIViewController
, set its modalTransitionStyle
to UIModalTransitionStylePartialCurl
, and then presentModalViewController:animated:
it, you'll get the desired "half curl page" effect.