//セルが選択された際に呼び出される – (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)ind… 続きを読む UITableView のcellの複数選択を実装する
タグ: tableView
tableViewに関する覚え書き
tableView に関する設定の説明です。 テーブル内のセクション数を設定する 以下の例では、2つのセクションをもつテーブルになります。 – (NSInteger)numberOfSectionsInTab… 続きを読む tableViewに関する覚え書き