UIBarButton View 和 tableViewController 之间的区别?
我有一个标签栏 iPhone 应用程序。
标签栏 #1 有一个表视图控制器。它将详细信息屏幕推送到堆栈上。 右上角有一个 UIBarButton,用于调用操作表。这 都是通过代码以编程方式构建的,并且一切正常。
选项卡栏 #2 调用表视图控制器,然后加载地图视图。然后,地图视图注释标注将打开一个详细信息屏幕。在此屏幕上,我想要一个 UIBarButton。到目前为止,我无法让它发挥作用。该按钮不显示。
有什么想法吗?
谢谢, J
I have a tab bar iPhone application.
Tab bar #1 has a table view controller. It pushes a detail screen onto the stack.
On the top right hand corner there is a UIBarButton that calls and action sheet. This
is all built programmatically through code and all works fine.
Tab bar #2 calls a table view controller than then loads a map view. The map view annotation callouts then open up a detail screen. On this screen, I'd like a UIBarButton. So far, I cannot get this to work. The button does not show up.
Any ideas why?
Thanks,
J
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIBarButtonItem 不是从 UIView 继承的,所以你不能。
你为什么不只使用 UIButton 和自定义图片。
http://developer.apple.com/库/ios/#DOCUMENTATION/UIKit/Reference/UIBarButtonItem_Class/Reference/Reference.html
UIBarButtonItem is not inherited from UIView.so u can't.
why dont u just use UIButton with Custom picture .
http://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/Reference/UIBarButtonItem_Class/Reference/Reference.html