How to provide a navigation view like New Facebook iPhone Apps

I've seen new iPhone apps and that's great. They have almost 9 sections and gave a good navigation view. They removed the tab bar controller and instead gave one nice navigation view.

Has anyone seen these new Facebook apps and knows how we can give the same navigation view for any app.

+2


source to share


2 answers


The Three20 library has a Launcher View class. It is an open source library and free to use.

http://github.com/joehewitt/three20/tree/master



This library was written by Joe Hewitt, the Facebook application developer, and was sourced from the Facebook application itself.

+5


source


The first view can (ignore the search bar and above) be a UIView with a UIPageControl below it. In UIView, they have several sub-zones, which can be UIViews, UIIMageViews, or UIButtons. If they are UIViews or UIImageViews, then you need to handle the labels yourself.



It's a pretty clean interface.

0


source







All Articles