UIBarButton View 和 tableViewController 之间的区别?

发布于 2024-11-26 14:09:20 字数 255 浏览 3 评论 0原文

我有一个标签栏 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心安伴我暖 2024-12-03 14:09:20

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文