UITabBar 和 tableView
Posted
技术标签:
【中文标题】UITabBar 和 tableView【英文标题】:UITabBar and tableView 【发布时间】:2015-04-24 10:06:36 【问题描述】:我需要在我的 tableViewController 中添加一个没有 UITabBarController 的 UITabBar。
当我在情节提要上添加 tabBar 时,我的问题是 tabBar 显示在 NavigationBar 下方,或者,如果存在任何 tableview 的单元格,则显示在 tableViewCell 下方。如何将 tabBar 放在 tableViewController 的底部???
【问题讨论】:
【参考方案1】:我希望这会对你有所帮助.... https://discussions.apple.com/thread/2099944?start=0&tstart=0
【讨论】:
【参考方案2】:// 禁用此功能
UITabBarController.tabbar.userInteractionEnabled = NO;
// 启用此功能
UITabBarController.tabbar.userInteractionEnabled = YES;
【讨论】:
我没有 UITabBarController.... 我在我的故事板中,在我的 tableViewController 中创建了一个 UITabBar 对象!这个对象在我的 tableView 中被查看。我怎样才能把这个栏底部放到屏幕上?以上是关于UITabBar 和 tableView的主要内容,如果未能解决你的问题,请参考以下文章