Quote:
Originally Posted by Jindal
Hello,
Can you using following code?
Code:
IBOutlet Play_And_RecordController *controller;
then just change name "controller" to any other.
i think it will work.
|
Hi Jindal,
I'm not sure what you are trying to acomplish.
Perhaps i didn't make my problem very clear, so again
my problem:
I'm trying to add the MFMailcomposeViewController to the SpeakHere example.
All the MFMailcompose implementation examples make use of a ViewController, so I added the framework and the methods and delegate to the SpeakHereViewController. My IBAction for the mailbutton and other appication logic are handled in the SpeakHereController.
How can i call the MFMailCompose modal view from within the SpeakHereController?