2

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)

enter image description here

-- Have you got any advises to do it ?

skywa1ker
  • 329
  • 1
  • 5
  • 14

1 Answers1

1

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.

Community
  • 1
  • 1
visakh7
  • 26,380
  • 8
  • 55
  • 69