如何以编程方式创建导航栏
我有一个视图,其中有表格视图,当用户点击表格视图中的这些单元格时,它会加载另一个视图.. 像这样我有视图层次结构,我需要在视图底部有一个导航栏,无论该层次结构中当前可见的视图是什么,我需要在其上放置 3 个按钮... 首页、关于、访问...
如果有任何建议表示赞赏...
i have a view in which i have table view and when user taps these cells in tabel view it gets loaded another view ..
like this i have view hierarchy and i need a navigation bar at bottom of my view whatever is the view currently visible in this hierarchy and i need to place 3 buttons on it ...
home,about,visit...
if any suggestions appreciated ....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想浏览 apple.com 上的一些指南。您会在 viewController 指南中找到您的具体问题的答案:
http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/Introduction/Introduction.html
HTH
马库斯
You might wanna go through some of the guides at apple.com. You'll find your specific question answered in the viewController-guide:
http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/Introduction/Introduction.html
HTH
Marcus