Edit Mode Delete Spinner Icon for Specific TableView Rows
Posted
by Michael Bordelon
on Stack Overflow
See other posts from Stack Overflow
or by Michael Bordelon
Published on 2010-05-12T21:18:45Z
Indexed on
2010/05/12
21:24 UTC
Read the original article
Hit count: 195
I have a grouped tableview. Each section has three rows. I need to be able to delete one section at a time. Using the standard edit mode, I can make it work. However, the delete icon shows up to the left of each cell, not just the first row in each section.
Is there a way to suppress the little spinner icon for all rows except the first?
I am hoping there is an easy way to do this without subclassing.
Thanks for your help.
Here is a screenshot to help visualize it: http://picasaweb.google.com/lh/photo/ll-EJY5ACw7oqHH1xKBQ8w?feat=directlink
© Stack Overflow or respective owner