Quote:
Originally Posted by MvdDobbelsteen
Has anyone tried to get MFMailComposeViewController working in the SpeakHere Example?
I'm stuck between the viewcontroller and controller?
Just to clarify a bit.
*
I have added the MFMailComposeViewController class to the SpeakHereViewController.
Made it delegate and added the delegate method.
*
The only thing is that my application logic is running in the SpeakHereController...
How can i call the MFMail window from within the SpeakHereController?
|
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.