views:

14

answers:

0

I'm adding a "Tell a friend" feature to an OpenGL ES based iPhone app. When the user taps a "button" (something drawn using OpenGL... not something from Interface Builder) I want to present a pre-populated email composer. How can I do this?

I'm currently trying to use MailComposerViewController from the Apple sample code. I just don't know how to call the showPicker function (I changed the signature to just a void function).

Cheers!