如何以编程方式在视图底部添加导航栏?
我有一个顶部有导航栏的视图(我下载了这个应用程序及其导航控制器应用程序),但如何在底部添加导航栏?
I have a view with a nav bar on top (I downloaded this app and its a nav controller app) but how to add a nav bar on bottom?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
//
修改的
//
modified
我非常确定 UINavigationController 实际上支持开箱即用。我相信它被称为 UIToolbar,如果您查看文档,您将能够找到更多相关内容。
I am pretty sure that the UINavigationController actually supports this out of the box. It's called a UIToolbar, I believe and if you look in the documentation, you'll be able to find more on that.
您可以使用 UItoolbar 而不是导航栏
You can able to use the UItoolbar instead of navigation bar