ios - Universal App: Getting Table View To Fill Whole Screen -


i have 2 table views, both without table view controllers, have view controller that's taking care of both of them.

the problem i'm getting weird scalings of tables on different devices. seems perfect on iphone 4 simulator. table looks ridiculous on ipad simulator.

my table views view settings this:

settings

scale fill

i tried changing launch images see if have impact on scaling/zooming/etc, didn't seem change anything.

  • how can table views automatically fill whole screen on universal app?

edit:

alignment constraints disabled:

constraints

if using autolayout give constaints table view leading, trailing, top & bottom. change size per device.


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 -