如何将“选项卡栏控制器”附加到工具栏的现有视图?

发布于 2024-07-17 03:19:20 字数 625 浏览 2 评论 0原文

我正在将一个选项卡栏控制器附加到带有工具栏的现有视图。

但是,我在底部获得了标签栏控制器偏移,因此您只能看到项目的顶部。 我使用以下方法将标签栏控制器附加到视图:

(void)viewDidLoad
  {
  [self.view insertSubview:dashboardTabController.view atIndex:0];
  }

我已附加图像。 我希望有人能提供帮助,因为我已经尝试解决这个问题几个小时了,这让我发疯。

图片可在以下位置查看: 替代文本 http://img246.imageshack.us/img246/5825/iphonesimulatorscreensn.jpg< /a>

I am attaching a Tab Bar Controller to an existing view with a toolbar.

However, I am getting the tab bar controller offset at the bottom, so you can just see the top of the items. I am using the following to attach the Tab Bar Controller to the view:

(void)viewDidLoad
  {
  [self.view insertSubview:dashboardTabController.view atIndex:0];
  }

I have attached an image. I hope someone can help as I've been trying to fix this for hours now, and it's driving me crazy.

Image is available to view at:
alt text http://img246.imageshack.us/img246/5825/iphonesimulatorscreensn.jpg

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

意犹 2024-07-24 03:19:20

添加约束以修复屏幕底部的选项卡栏

add constraint to fix your tabbar at the bottom of the screen

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