Skip to content

Instantly share code, notes, and snippets.

@ioskevinshah
Created November 28, 2018 08:01
Show Gist options
  • Select an option

  • Save ioskevinshah/21c25499105a984c4d79d4c63a5cb0c7 to your computer and use it in GitHub Desktop.

Select an option

Save ioskevinshah/21c25499105a984c4d79d4c63a5cb0c7 to your computer and use it in GitHub Desktop.
func prepareNavigationBar() {
navigationButtonView.addTarget(self, action: #selector(handleNavigationTitleSelection(_:)), for: .touchUpInside)
navigationButtonView.configure("Kevin Shah", subTitle: "iOS Developer")
navigationItem.titleView = navigationButtonView
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment