Skip to content

Instantly share code, notes, and snippets.

@seanoshea
Created February 21, 2017 01:41
Show Gist options
  • Save seanoshea/c02db6862f3d5b113896927fe8cf135b to your computer and use it in GitHub Desktop.
Save seanoshea/c02db6862f3d5b113896927fe8cf135b to your computer and use it in GitHub Desktop.
Too Many Pops
if isInSettings {
UserDefaults.standard.setValue(true, forKey: "hasDoneTour")
self.navigationController?.setNavigationBarHidden(false, animated: false)
_ = navigationController?.popToRootViewController(animated: true)
} else {
_ = navigationController?.popViewController(animated: true)
_ = navigationController?.popViewController(animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment