简体   繁体   English

如何像新的Facebook iPhone应用程序一样提供导航视图

[英]How to give navigate view like New Facebook iPhone Apps

I saw the new iPhone apps and it is superb. 我看到了新的iPhone应用程序,它很棒。 They have nearly more than 9 sections and they have given good navigate view. 它们有将近9个部分,并且具有良好的导航视图。 They have removed tab bar controller and instead of they have given one good navigate view. 他们删除了标签栏控制器,而不是给出了一个好的导航视图。

Does any have seen this new Facebook apps and knows that how can we give same navigate view for the any apps. 有没有人看过这个新的Facebook应用程序,并且知道我们如何为任何应用程序提供相同的导航视图。

The Three20 library has the 'Launcher View' class within it. Three20库中具有“ Launcher View”类。 It's an open source library and free for use. 这是一个开放源代码库,可以免费使用。

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

This library was written by Joe Hewitt, the developer of the Facebook app and was derived from the Facebook app itself. 该库由Facebook应用程序的开发者Joe Hewitt编写,并源自Facebook应用程序本身。

The first view could (ignore the search bar and above) be a UIView with a UIPageControl below it. 第一个视图可以(忽略搜索栏和上面的内容)是一个UIView,其下有一个UIPageControl。 In the UIView they have a number of subviews, which could be UIViews, UIIMageViews or UIButtons. 在UIView中,它们具有许多子视图,它们可以是UIViews,UIIMageViews或UIButtons。 If they are UIViews or UIImageViews, then you have to handle taps yourself. 如果它们是UIViews或UIImageViews,则必须自己处理水龙头。

It is a pretty clean interface. 这是一个非常干净的界面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM