按下拖动手柄时更改UITableViewCell外观

时间:2010-01-06 13:52:38

标签: iphone cocoa-touch uitableview

当用户点击拖动手柄时,我想更改单元格的外观。

我在文档,论坛和谷歌中搜索过,但是找不到按下拖动图标的方法或事件。

任何帮助将不胜感激! 感谢

1 个答案:

答案 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;               

但是,直到细胞被拖到另一个细胞的一半左右才开始发射。

这是我发现细胞正在移动的唯一迹象。