Skip to content

Instantly share code, notes, and snippets.

@sdpjswl
Created September 18, 2018 06:29
Show Gist options
  • Save sdpjswl/bee9de2d7b6820956be9100fcc3cd4cb to your computer and use it in GitHub Desktop.
Save sdpjswl/bee9de2d7b6820956be9100fcc3cd4cb to your computer and use it in GitHub Desktop.
Navigation stack modification
You can edit the order of view controllers anytime using:
- (void)setViewControllers:(NSArray<UIViewController *> *)viewControllers animated:(BOOL)animated;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment