当用户点击拖动手柄时,我想更改单元格的外观。
我在文档,论坛和谷歌中搜索过,但是找不到按下拖动图标的方法或事件。
任何帮助将不胜感激! 感谢
答案 0 :(得分:0)
这个功能有用吗:
// Allows customization of the target row for a particular row as it is being moved/reordered
- (NSIndexPath *)tableView:(UITableView *)tableView targetIndexPathForMoveFromRowAtIndexPath:(NSIndexPath *)sourceIndexPath toProposedIndexPath:(NSIndexPath *)proposedDestinationIndexPath;
但是,直到细胞被拖到另一个细胞的一半左右才开始发射。
这是我发现细胞正在移动的唯一迹象。