带有 TabBar 的 TableView 使用函数在没有新 ViewControllers 的情况下重新加载表格
Posted
技术标签:
【中文标题】带有 TabBar 的 TableView 使用函数在没有新 ViewControllers 的情况下重新加载表格【英文标题】:TableView with TabBar using functions to reload de table without new ViewControllers 【发布时间】:2013-09-10 18:08:38 【问题描述】:我有一个由CoreData
和NSFetchedResultController
管理的TableView
。我想将TabBar
添加到我的TableView
并添加一些项目,例如:收藏夹、搜索和其他内容。每件商品都需要ViewController
吗?或者我可以将每个项目添加到 tableViewController 中的函数并在那里管理提取查询并使用新的提取查询重新加载表吗?
使用 ToolBar 而非 TabBar 管理会更好吗?
【问题讨论】:
【参考方案1】:您可能想要一个UITabBarController
,因为它与一组子ViewController
s 一起使用。您可以编写自定义容器控制器(更多工作),但我会先通读文档以更好地了解它的操作方式,看看这是否是您真正想要的。
https://developer.apple.com/library/ios/documentation/uikit/reference/UITabBarController_Class/Reference/Reference.html
【讨论】:
以上是关于带有 TabBar 的 TableView 使用函数在没有新 ViewControllers 的情况下重新加载表格的主要内容,如果未能解决你的问题,请参考以下文章
带有 NavigationBar 的 TabBar 应用程序
如何在 Tabbar 上的 Single viewController 中使用两个 tableView
(自动)在 tabbar1 中更新数组后,在 Tableview(tabbar2) 上重新加载数据(无需更改 tabbars)