Skip to content

Instantly share code, notes, and snippets.

@NeedMoreDesu
Created May 26, 2016 14:28
Show Gist options
  • Save NeedMoreDesu/e1f50b8859eed3b4779b8ed700a1a623 to your computer and use it in GitHub Desktop.
Save NeedMoreDesu/e1f50b8859eed3b4779b8ed700a1a623 to your computer and use it in GitHub Desktop.
override func viewDidLoad() {
super.viewDidLoad()
self.leftItem = LeftItem.backFn(visibilityFn: { true },
backFn: { [unowned self] in self.navigationController?.dismissViewControllerAnimated(true, completion: nil) })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment