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.
セルを選択して別のセルにドラッグしたことを認識したい。
これに対する例/回避策はありますか?
私の目標は、2 つのセルを 1 つのセルに結合できる UITableView を作成することです。
ありがとう
UITableView デリゲートを使用できます
行を移動する
- (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath
CGRects を比較するには
self.tableView rectForRowAtIndexPath:(NSIndexPath *)
次に、新しいセルを作成、挿入すると思います。