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カレンダーアプリと同じようにやりたいです。当日のイベントがない場合でも、セクションタイトルが表示されます。
これは、テーブル ビューのデータ ソース/デリゲートで手動で処理できます。
フェッチされた結果コントローラにセクションがない場合は、 から 1 つを返し、またはnumberOfSectionsInTableView:からセクション ヘッダーの名前またはビューを返します。tableView:titleForHeaderInSection:tableView:viewForHeaderInSection:
numberOfSectionsInTableView:
tableView:titleForHeaderInSection:
tableView:viewForHeaderInSection: