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: 413

Filed under:
|

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

Related posts about iphone

Related posts about uitableviewcell