I'm trying to edit my source code on Xcode, but I keep getting an error.
Code:
// Present the mail composition interface.
[self presentModalViewController:picker animated:YES];
ERROR: 'presentModalViewController:animated:' is deprecated: first deprecated in iOS 6.0
Is there any way to fix this?