IPhone : How to remove check marks from selected table view cell's, when editing mode is enabled

on Tuesday, February 24, 2015

I don't want to show check marks when user select multiple rows in table view. I also want bit smaller selection indicator view with different color. I am enabling this selection style by setting editing mode



[self.tableView setEditing:YES animated:YES];


Is there any way to set custom view/style for this type of selection?


enter image description here


0 comments:

Post a Comment