-2

I want to create a simliar effect for ipad in xcode as shown in following link, can any one guide. http://tutorials.flashmymind.com/2009/04/flash-mouse-trailer-with-stars/

-(IBAction)SendEmail{
    MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init];
    picker.mailComposeDelegate = self;

    [picker setSubject:@"Hello from xCode!"];

Regards.

4

1 に答える 1

1

マウスの軌跡は、iPad では意味がありません。カーソルがありません。

于 2012-01-06T04:52:28.753 に答える