m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
974 stars 145 forks source link

Form sheet not move above keyboard when keyboard appears #64

Closed tuantmdev closed 8 years ago

tuantmdev commented 8 years ago

In my project, i set movement action like this:

formSheetController.presentationController.movementActionWhenKeyboardAppears = MZFormSheetActionWhenKeyboardAppearsAboveKeyboard;

But, when keyboard appears, the form did not move above keyboard because my form height is greater than screen frame.

I tested on iOS 9, iPad in landscape mode and my form size is 600x600.

m1entus commented 8 years ago

I've added new option MZFormSheetActionWhenKeyboardAppearsAlwaysAboveKeyboard to handle this.

renatosmf commented 7 years ago

m1entus, Still does not work, i tested in iOS 10