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
973 stars 146 forks source link

Doesn't move to top when show keyboard on iOS 11 #145

Closed gwming0601 closed 7 years ago

gwming0601 commented 7 years ago

Hi, Amazing owner. I have setup to move to top popup view when show keyboard like bellow. formSheetController.presentationController.movementActionWhenKeyboardAppears = MZFormSheetActionWhenKeyboardAppearsAlwaysAboveKeyboard; This was working very well on iOS 10. But this is not working correctly on iOS 11. I attached screenshot. image I need help urgently because the app is stand on AppStore.

m1entus commented 7 years ago

But what is the issue with form sheet ? I see that this is above keyboard, iOS change scrolling probably, so you need to handle it by yourself

gwming0601 commented 7 years ago

Center screen is default screen. First screen is state of showing keyboard on iOS 10. It is moving to top on keyboard. But last screen is state of showing keyboard on iOS 11. It is not moving to top on keyboard. Only cutting screen. Should I scroll this screen manually?

m1entus commented 7 years ago

Feel free to debug it and make PR if you fix it

gwming0601 commented 7 years ago

Sorry, This issue seems like happen by IQKeyboardManager. Thanks for your kindly support. I will close this issue.