Closed jeffblake closed 8 years ago
You are setting wrong contraints if you are using resizing between them ther are exists until transition is finished so you must be carefound with constraints sticked to the bottom. This is not issue in library but how it works and constraints when resizing
Hi, thanks for the reply. I'm using pretty standard constraints - and the interface builder is not complaining. What do you see wrong with this? I love this library (seems very well made) and prefer it over the standard FormSheet due to the movement to the top when the keyboard appears. Hopefully I can get it to work.
Check how the constraints are set in example project when there is resizing animation between view controllers. Bottom Layout Guide is removed.
Perfect, it's working now. Thank you
Cool :)
Hi,
I'm using Storyboard. I've created 2 container views, a couple of toolbars, etc, and when I present it with MZFormSheet, I get the following auto layout issues:
If I take out MZFormSheet, and present it regularly, it works just fine. I tried doing the symbolic breakpoint to maybe pinpoint it in this library, but it only breaks somewhere in creating the storyboard.
Code:
And in my content controller: