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

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -