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.
有没有人对正确的方法有任何想法?这里有一个类似问题的答案,但它是如此令人费解,我无法想象它是正确的。当这个模态视图弹出时,必须有一种更简单的方法来显示键盘。正确的?
MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init]; picker.mailComposeDelegate = self; [picker setSubject:@"Mail subject"]; [picker setToRecipients:[NSArray arrayWithObjects:@"email@email.com",nil]];