Using storyboard, I create a transition to another view controller using modal style and form sheet presentation. But always has the same size.
How can I change this view controller size using storyboard? I found some code that almost work, but I never get mu modal view controller centered. How to resize a UIModalPresentationFormSheet? Note that I use Storyboard and that code is not for storyboard.
Do you have any idea or suggestion?
By the way, it seems prepareForSegue os called BEFORE viewDidLoad, is this normal?
Thanks a lot for replies.