ios - how to adjust height for section table view -


i want ask how adjust height section :

header section original

but if click cell (detail) direct viewcontroller, , viewcontroller, view seen :

header section covered navigationitem

if drag / scroll bottom, header section show , if release, bounce covered navigationitem

any advice? thx before

hope helps you:

 self.automaticallyadjustsscrollviewinsets = yes;  self.tableview.separatorinset = uiedgeinsetszero; 

Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -