2012-01-06 14 views
-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!"]; 

よろしく。

+0

1.コードスニペットのポイントは何ですか? 2.あなたは何をしたいですか?何を試しましたか?何が問題ですか? –

答えて

1

iPadでマウスの軌跡は意味をなさない。カーソルはありません。

関連する問題