Has anyone successfully shown a standard Apple MFMailComposeViewControllerfrom a display controller UIModalPresentationStyleFormSheeton an iPad?
When I do this, the view is displayed as expected, but when the user selects any of the input text views, the subject, for example, and the keyboard slides by clicking the "Cancel" button, will display "Delete draft" and "Save draft" outside the borders of the screen .
If I change the modal view in full screen, it works correctly.
source
share