-2
次のリンクに示すように、xcodeでipadのsimliar効果を作成したいと思います。 http://tutorials.flashmymind.com/2009/04/flash-mouse-trailer-with-stars/iphone touch trailing stars
-(IBAction)SendEmail{
MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init];
picker.mailComposeDelegate = self;
[picker setSubject:@"Hello from xCode!"];
よろしく。
1.コードスニペットのポイントは何ですか? 2.あなたは何をしたいですか?何を試しましたか?何が問題ですか? –