Skip to content

Instantly share code, notes, and snippets.

@fluidsonic
Created December 1, 2015 23:31
Show Gist options
  • Save fluidsonic/3f3c93376d9af3d8ab41 to your computer and use it in GitHub Desktop.
Save fluidsonic/3f3c93376d9af3d8ab41 to your computer and use it in GitHub Desktop.
iOS View Controller Lifecycle Validation
VIEW CONTROLLER LIFECYCLE BROKEN!
MFMailComposeInternalViewController (indirectly) called super.viewDidAppear() multiple times.
Possible causes:
- MFMailComposeInternalViewController or one of its superclasses called super.viewDidAppear() multiple times
- it was called manually (it should never be called manually)
- the controller containment implementation of MFMailComposeViewController or one if its parents is broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment