Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NeedMoreDesu/96bfa604dfc2c4c1fad25d8fae2f098a to your computer and use it in GitHub Desktop.
Save NeedMoreDesu/96bfa604dfc2c4c1fad25d8fae2f098a to your computer and use it in GitHub Desktop.
class SystemDefaultVC: ParentVC {
override func viewDidLoad() {
super.viewDidLoad()
self.leftItem = LeftItem.backSystemDefault
// do something with self.navigationItem.leftBarButtonItem
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment