indentationLevelForRowAtIndexPath not being called for IB defined UITableViewCell
Posted
by Xetius
on Stack Overflow
See other posts from Stack Overflow
or by Xetius
Published on 2010-03-23T18:22:36Z
Indexed on
2010/03/23
18:43 UTC
Read the original article
Hit count: 440
iphone
|uitableviewcell
I have defined a custom UITableViewCell in Interface Builder, which I am loading in my UITableViewController derived class. Inside the UITableViewDelegate class I have overloaded the indentationLevelForRowAtIndexPath method, but this is not being called.
How do I trigger this to indent the cell, or should I be doing this another way?
© Stack Overflow or respective owner