Hello everyone
I know using 'setEditing' to enable the edit(delete) of UITableView
But I prefer to disable the operation for some certain rows(enable other rows).
Is it possible?
Thanks
interdev
Hello everyone
I know using 'setEditing' to enable the edit(delete) of UITableView
But I prefer to disable the operation for some certain rows(enable other rows).
Is it possible?
Thanks
interdev
Implement the -tableView:canEditRowAtIndexPath: method in your data source. Return NO for those rows.