开发者

MFMailComposeViewController Orientation in ipad

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜