ios - tableview has extra header when it uses auto layout in navigation controller -
i placed tableview inside navigation controller, embedded in tab bar controller. when used auto layout tableview, there spaces between top edge , first row. idea why? how can rid of it? thanks!
the image here.
try adding on viewdidload
self.automaticallyadjustsscrollviewinsets = no;
Comments
Post a Comment