开发者

How to create similar interface like the Photo application in iPhone?

开发者 https://www.devze.com 2023-01-11 21:34 出处:网络
How do I start an application which has a s开发者_如何学运维imilar interface like the Photo application that ships with the iPhone? Specifically an interface with a UITabBarController and UINavigation

How do I start an application which has a s开发者_如何学运维imilar interface like the Photo application that ships with the iPhone? Specifically an interface with a UITabBarController and UINavigationController both present in the view.


To use both tab and navigation together, you create a tab bar application and change the class of its views from UIViewController to NavigationController. Have a look at this tutorial, it should get you started.


I would check out the Three20 open-source iPhone framework. More specifically their TTPhotoViewController.

github - Three20

How to create similar interface like the Photo application in iPhone?

0

精彩评论

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