1

is it possible to show the MFMessageComposerViewController in specified area in the main view. In other words, when i click to send a message i want to display my messageViewController inside my viewController (in order to keep the user watching the iAD banner for exemple).

Thanks guys

Ali
  • 647
  • 2
  • 10
  • 28

1 Answers1

1

No it is not. The MFMessageComposerViewController must be shown modally.

"After configuring initial values, present the view controller modally using the presentModalViewController:animated: method. When done, dismiss it using the dismissModalViewControllerAnimated: method."

http://developer.apple.com/library/ios/#DOCUMENTATION/MessageUI/Reference/MFMessageComposeViewController_class/Reference/Reference.html

logancautrell
  • 8,762
  • 3
  • 39
  • 50