Closed rojo69 closed 9 years ago
Have you set self.movementActionWhenKeyboardAppears == MZFormSheetActionWhenKeyboardAppearsDoNothing ?
Haven't altered it, so that seems to be the value. "} else if (self.shouldCenterVertically) {" in MZFormSheetPresentationController.h evaluates to YES causing the y-position get assigned.
Don't see anything wrong here
Isn’t it supposed to center vertically? Now the view is placed on the upper part of the screen, even without a visible keyboard.
On 19 Oct 2015, at 20:00, Michał Zaborowski notifications@github.com wrote:
Don't see anything wrong here
— Reply to this email directly or view it on GitHub https://github.com/m1entus/MZFormSheetPresentationController/issues/30#issuecomment-149298353.
You would have form sheet on the ceter if you make transition and make sure that after your transition view will be on center, on each other case like showing keyboard rotating view frame will change to center
Fixed
I get the same position no matter of the value assigned to shouldCenterVertically.