indentationLevelForRowAtIndexPath not indenting custom cell

前端 未结 9 1787
陌清茗
陌清茗 2020-12-01 12:51

I have overridden the tableView:indentationLevelForRowAtIndexPath method in my UITableViewController derived class as follows:

- (N         


        
9条回答
  •  -上瘾入骨i
    2020-12-01 13:08

    Have you accidentally overridden shouldIndentWhileEditing: to NO in your custom table cell class?

提交回复
热议问题