我創建了通用應用程序,因爲我使用UIModalPresentationFull在iPad中顯示MFMailComposerSheet,這有助於在ipad橫向視圖中顯示MailComposer視圖的全屏。當我在ipad模擬器中運行應用程序時,我工作得很好。如果我將它設置爲iPhone模擬器3.0或3.1.3它顯示錯誤,如「錯誤:'UIModalPresentationFullScreen'未聲明(首次在此功能中使用)」當我評論它並在iPhone模擬器運行它的工作原理是什麼對於這個錯誤或者,否則是任何方法取代了「UIModalPresentationFull」在ipad和iphone中都能工作?UIModalPresentationFullScreen在UniversalApplication中給出錯誤
感謝和問候 Venkat
MR deanWombourne在這裏我的代碼我不知道如何實現上面的代碼請。 「MFMailComposeViewController *挑選器= [[MFMailComposeViewController的alloc] INIT]; \t picker.mailComposeDelegate =自我; 的NSString * Emailsubject的= NSLocalizedString(@」 EMAIL_SUBJECT」,@ 「」); \t [拾取器SETSUBJECT:Emailsubject的]; \t的NSString * emailBody = NSLocalizedString(@ 「EMAIL_BODY」,@ 「」); \t [拾取器setMessageBody:emailBody isHTML:YES]; \t \t = picker.modalPresentationStyle UIModalPresentationFullScreen; \t [自我presentModalViewController:拾取器動畫:YES]; \t picker.navigationBar.tintColor = UIColorFromRGB(0x003399); \t [picker release]; – venkat 2010-09-20 06:19:28
對不起,我沒有回覆,我一直在度假!你有沒有得到它的工作? – deanWombourne 2010-09-29 16:13:20