【问题标题】:UITabBar and tableViewUITabBar 和 tableView
【发布时间】:2015-04-24 10:06:36
【问题描述】:

我需要在我的 tableViewController 中添加一个没有 UITabBarController 的 UITabBar。

当我在情节提要上添加 tabBar 时,我的问题是 tabBar 显示在 NavigationBar 下方,或者,如果存在任何 tableview 的单元格,则显示在 tableViewCell 下方。如何将 tabBar 放在 tableViewController 的底部???

【问题讨论】:

    标签: xcode uitableview uitabbar


    【解决方案1】:

    【讨论】:

      【解决方案2】:

      // 禁用此功能

      UITabBarController.tabbar.userInteractionEnabled = NO;
      

      // 启用此功能

      UITabBarController.tabbar.userInteractionEnabled = YES;
      

      【讨论】:

      • 我没有 UITabBarController.... 我在我的故事板中,在我的 tableViewController 中创建了一个 UITabBar 对象!这个对象在我的 tableView 中被查看。我怎样才能把这个栏底部放到屏幕上?
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多