iOS 10 Table View Controller ignoring preferred content size

194 views Asked by At

I have a Table View that I am using as a popover on an iPad app. It is formatted to be tall and thin. It looks correct in the IB storyboard. I have set preferred sizes everywhere I can find and I've even tried to set it programmatically in the method that presents the popover. But no matter what I do, it always shows the popover as a full screen. I have other popovers in the app that display an image in a UIView and they all follow the preferred size perfectly. This is driving me nuts.

enter image description here

0

There are 0 answers