My app has a UITabBarController as its main navigation. One of the TabBarItems is an Email button so that users can send feedback directly to the clients. Currently, tapping that Mail button launches a MailViewController that subclasses UIViewController. On this view there's some filler text and a button that will pop up an MFMailComposeViewController with a few properties like recipient and subject already filled in. I also have a HandleMailFinished method in this class that handles the "Mail Sent" alert or cancelling the mail operation entirely.
What I would like to do, and what I think would be more elegant, is if the Mail button, instead of displaying a new view, simply created the MFMailComposeViewController as a modal controller on top of whatever view was currently being displayed already (the MainViewController by default). Is this possible? I haven't been able to get it to work so far. --Chris -- View this message in context: http://monotouch.2284126.n4.nabble.com/Popping-Up-an-MFMailComposeViewController-from-a-TabBarController-tp4657536.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
