如何禁用UITableView中某些行的删除操作?

问题描述:

我知道使用 setEditing:来启用UITableView的编辑模式。

I know about using setEditing: to enable the editing mode of UITableView.

但我更喜欢禁用某些行的操作(启用其他行)。

But I prefer to disable the operation for some certain rows (enable other rows).

有可能吗?

谢谢,

interdev