开发者

MFMailComposeViewController Orientation in ipad

开发者 https://www.devze.com 2022-12-31 07:22 出处:网络
i am implemented MFMailComposeViewController in ipad application. It works great in Portrait mode. When i rotate it to Landscape mode its not completely fill the page. Is it possible to show the mail

i am implemented MFMailComposeViewController in ipad application. It works great in Portrait mode. When i rotate it to Landscape mode its not completely fill the page. Is it possible to show the mail composer wi开发者_JS百科thout any space.


Yes i find the answer as just by include the line

picker.modalPresentationStyle = UIModalPresentationFullScreen;

in -(void)displayComposerSheet method.

0

精彩评论

暂无评论...
验证码 换一张
取 消