I\'m trying to load a UIViewController in iPad with Form Sheet presentation. The problem is the size of this new view, i put the size values in the IBuilder but the modal view t
Erich's post worked for me, but on iOS 10 with Swift 3, I had to use:
self.preferredContentSize = CGSize(width, height)
I too placed it in viewdidload
viewdidload
Also, like avdyushin said, I had to check the Use Preferred Explicit Size box.
Use Preferred Explicit Size