2011-05-20 102 views

回答

1

使用委托方法:tableView:canMoveRowAtIndexPath:

您应该通过检查以查看indexPath是什么来使用它,如果indexPath是您不希望reorderingEnabled的单元格的indexPath,则返回NO。

相关问题