Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ipad 应用程序中实现了 MFMailComposeViewController。它在人像模式下效果很好。当我将它旋转到横向模式时,它并没有完全填满页面。是否可以在没有任何空格的情况下显示邮件编写器。
是的,我只需包含该行即可找到答案
picker.modalPresentationStyle = UIModalPresentationFullScreen;
在 -(void)displayComposerSheet 方法中。