【发布时间】:2011-04-01 12:15:07
【问题描述】:
我想要做的是类似于说,出现在 Foursquare 的 iPhone 应用中导航项下方的“探索”选项卡。
http://reviews.cnet.com/i/tim/2011/03/10/foursquare-iphone.png
谢谢!
【问题讨论】:
标签: iphone xcode uinavigationcontroller uinavigationitem
我想要做的是类似于说,出现在 Foursquare 的 iPhone 应用中导航项下方的“探索”选项卡。
http://reviews.cnet.com/i/tim/2011/03/10/foursquare-iphone.png
谢谢!
【问题讨论】:
标签: iphone xcode uinavigationcontroller uinavigationitem
为您的视图创建 UIToolBar。供参考 http://howtomakeiphoneapps.com/2009/11/how-to-make-a-toolbar-with-uitoolbar/
【讨论】:
您可以通过在视图中添加 UIToolbar 来做到这一点
【讨论】: