Skip to content

Instantly share code, notes, and snippets.

@goldcoast
Created March 5, 2015 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldcoast/90bba5d8a83be9f4ddd6 to your computer and use it in GitHub Desktop.
Save goldcoast/90bba5d8a83be9f4ddd6 to your computer and use it in GitHub Desktop.
ios切换view controller
//http://stackoverflow.com/questions/12445190/dismissmodalviewcontrolleranimated-deprecated
[self presentViewController:xxViewController animated:NO completion:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment