1

我正在Tab Bar Controller使用工具栏将 a 附加到现有视图。

但是,我controller offset在底部得到标签栏,所以你可以看到项目的顶部。我正在使用以下内容将其附加Tab Bar Controller到视图:

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

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

图片可在以下位置查看: alt text http://img246.imageshack.us/img246/5825/iphonesimulatorscreensn.jpg

4

1 回答 1

1

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

于 2013-04-29T15:32:45.663 回答