开发者

How to make second layer view with settings like in iphone "maps" app

开发者 https://www.devze.com 2023-02-25 08:25 出处:网络
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)

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)

How to make second layer view with settings like in iphone "maps" app

-- Have you got any advises to do it ?开发者_StackOverflow


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消