Reputation: 12925
Here is the screenshot of my ViewController in my Storyboard. As you see, there is a UITableView inside.
And the autolayout setting is like this:
There is only one setting for "wAny hAny". That means the layout should be the same in iPhone and iPad. Unfortunately it's not. It's fine in iPhone. But in iPad, the result is like this:
The tableview is not taking the whole width of the UIView. Why? Can anybody suggest? Thanks
Upvotes: 0
Views: 59