Move delete control in custom UITableViewCell
Posted
by Macatomy
on Stack Overflow
See other posts from Stack Overflow
or by Macatomy
Published on 2010-03-29T19:29:14Z
Indexed on
2010/03/29
19:33 UTC
Read the original article
Hit count: 456
I have a UITableViewCell with a custom backgroundView (for custom cell drawing). To make it look proper with my cell, I need to move both the delete disclosure indicator (the red circle with a white line through it) and the Delete button itself over a few pixels. How do I change the position?
Thanks
© Stack Overflow or respective owner