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

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -