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には3つのセクションがあります。編集モードのセクションが1つ欲しいのですが。残りのセクションは編集モードではありません。これは可能ですか?
ドキュメントで明確に説明されているため、これは本当に謎ではありません。単純に datasource メソッドを使用する
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath