すべて、私はUITableviewを使用しており、編集/削除機能を実装しようとしています。
この行を呼び出すと。
[tblStoreAvail setEditing:TRUE animated:TRUE];
セルのコンテンツが画面からはみ出します。
これらの関数は呼び出されません。
- (void)tableView:(UITableView *)tableView willBeginEditingRowAtIndexPath:(NSIndexPath *)indexPath
- (void)tableView:(UITableView *)tableView didEndEditingRowAtIndexPath:(NSIndexPath *)indexPath
- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath