Skip to content

Instantly share code, notes, and snippets.

@srkirkland
Created August 6, 2014 23:46
Show Gist options
  • Save srkirkland/622261e1242af723465d to your computer and use it in GitHub Desktop.
Save srkirkland/622261e1242af723465d to your computer and use it in GitHub Desktop.
ugly way to reset to the root view & change tabs
NavigationController.PopToRootViewController(false);
tabController.SelectedIndex = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment