Reputation: 309
My environment is XCode 6.3, Using the auto layout with UITableView, I always got the extra space between top Navigation and UITableView. have some idea can reduce it ? thank you.
Upvotes: 0
Views: 267
Reputation: 5343
You have not added Vertical Spacing for your TableView.
For your Button to show, remove all the constraints from your button and do the following:
Upvotes: 1
Reputation: 9540
Try to increase your tableview height to 600 and make sure that you set the constraints according to it. It will solve your problem!
Upvotes: 0