所有,我正在使用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