Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将数据库中不存在的部分插入到获取的结果中?我想做 iOS 日历应用程序所做的事情。当当天没有事件时,它仍然显示部分标题。
您可以在表视图的数据源/委托中手动处理此问题。
如果获取的结果控制器没有任何节,则返回一个 fromnumberOfSectionsInTableView:和节标题的名称或视图 fromtableView:titleForHeaderInSection:或tableView:viewForHeaderInSection:。
numberOfSectionsInTableView:
tableView:titleForHeaderInSection:
tableView:viewForHeaderInSection: