views:

19

answers:

0

I'm using in-app mail in my iphone app. I know how to show in-app mail using presentModalViewController. But I want to show it in applicationDidFinishLaunching, that means as soon as app launches. How can I do it. If I've to add in-app mail something like [self.view addSubView:picker.view], its not working. (where picker is object of MFMailComposeViewController)