Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
Make sure that you don’t have any header added.
If you are using a nib/storyboard checkout the ViewController design -> Select tableview -> set
Footer height
&Header height
to 0.If you are using code, checkout this example on how to remove the header using code – How to hide first section header in UITableView (grouped style)
By default it will take 28 that’s why it shows blank on top.
set above code and make sure delegate method will call.
Try this trick, add to intere view a blank UIView… In viewDidLoad:
I ignore the reason but this breaks the link between your the UIScrollView and the nav bar… This probably solve your issue.