向导航栏添加按钮
是否可以使用iPhone SDK向导航栏添加按钮?
我的导航栏中已经有 2 个按钮,分别为 leftBarButton 和 rightBarButton。我还需要 2 个按钮。如何实施?
我不需要将它们包含在导航栏本身中,这并不是强制性的。但由于该应用程序只包含一个表,我认为它不能在其他地方给出。
Is it possible to add buttons to the navigation bar using the IPhone SDK?
I already have 2 buttons in the navigation bar as leftBarButton and rightBarButton. I need 2 more buttons. How to implement that?
Its not obligatory that i need them to be included in the navigation bar itself. But since the application contains only a table, i don't think it can be given elsewhere.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 UISegmentedControl。检查 UICatalog代码示例以检查其在导航栏中的用法。
这是一些示例代码:
You can use the UISegmentedControl. Check the UICatalog code sample to check its usage in the navigation bar.
Here is some sample code: