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.
これを行う正しい方法について誰かアイデアがありますか? ここには同様の質問に対する 1 つの回答がありますが、非常に複雑で、正しいとは想像できません。このモーダル ビューがポップアップしたときにキーボードを表示する簡単な方法が必要です。右?
MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init]; picker.mailComposeDelegate = self; [picker setSubject:@"Mail subject"]; [picker setToRecipients:[NSArray arrayWithObjects:@"email@email.com",nil]];