Skip to content

Instantly share code, notes, and snippets.

@benrudhart
Last active July 13, 2016 12:48
Show Gist options
  • Save benrudhart/b4e0e4c33ef0a2acacf1 to your computer and use it in GitHub Desktop.
Save benrudhart/b4e0e4c33ef0a2acacf1 to your computer and use it in GitHub Desktop.
UIViewController appearance method invocations when using swipe to get back in a UINavigationController

When starting to swipe

  • From WillDisAppear
  • To WillAppear

When swipe finished

  • From DidDisAppear
  • To DidAppear

When swipe cancelled

  • To WillDisAppear
  • To DidDisAppear
  • From WillAppear
  • From DidAppear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment