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.
グループ化されたスタイルで作成された uitableview があります。
私のコードから、テーブルのセクションの説明を設定したいと思います..
ありがとう!
より具体的に質問を詳しく説明する必要がありますが、次の表のデリゲート メソッドを確認することから始めることをお勧めします。
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section { return <sectionName for section>; }
セクションの適切な名前にアクセスするためのコードに置き換えます。