UITableViewCell indentation not in edit mode.
Posted
by Eric P.
on Stack Overflow
See other posts from Stack Overflow
or by Eric P.
Published on 2010-03-03T21:22:28Z
Indexed on
2010/06/02
7:23 UTC
Read the original article
Hit count: 396
When you enter editing mode on a grouped-style UITableView, the cells indent to show the editing control (if you aren't sure what I mean, see this picture (editing mode) http://i.imgur.com/GJXvL.png and this (non-editing mode) http://i.imgur.com/ahKYS.png).
I am trying to manually indent a cell when the tableView is not in editing mode. I tried the indentationLevel property, but that just moves the text further to the right inside the cell and doesn't actually change the cell.
Any ideas?
© Stack Overflow or respective owner