Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UITableViewCell custom reorder control

Is there any way to change the image of the reorder control that is displayed when the UITableView is in edit mode? I have a UIImage that I’d like to display instead of the usual grey bars.

Do I have to subclass UITableViewCell to accomplish this?

like image 300
Raphael Schweikert Avatar asked Aug 23 '10 11:08

Raphael Schweikert


1 Answers

I guess you're a long way past this by now, but this has come up in a new question.

See my answer here:

Change default icon for moving cells in UITableView

like image 90
Ashley Mills Avatar answered Sep 27 '22 20:09

Ashley Mills