Closed gwming0601 closed 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
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?
Feel free to debug it and make PR if you fix it
Sorry, This issue seems like happen by IQKeyboardManager. Thanks for your kindly support. I will close this issue.
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. I need help urgently because the app is stand on AppStore.