UITableView Edit Indentation
Posted
by
Or.Ron
on Stack Overflow
See other posts from Stack Overflow
or by Or.Ron
Published on 2010-12-22T14:30:34Z
Indexed on
2010/12/31
3:55 UTC
Read the original article
Hit count: 240
iphone
|uitableview
Hi,
I'm building a pretty simple UITable in my app with custom cells that I'v created. The target language is hebrew. thats why all my tabels are right to left. Everything works fine until I'm changing the table to Edit mode. I'v successfully canceled the delete and the red accessory button becuase thay are in the oppisite direction but the cell get this tiny indentation to the right and part of my cell is not showed.
I tried the return NO; to the function
- (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath (NSIndexPath *)indexPath
but it didn't work.
any suggestions ? thanks in advance
© Stack Overflow or respective owner