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:
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:
if using autolayout give constaints table view leading, trailing, top & bottom. change size per device.
Comments
Post a Comment