Skip to content

Instantly share code, notes, and snippets.

@wavecos
Last active February 14, 2021 23:25
Show Gist options
  • Save wavecos/9147d4627e3af5c9f9bf to your computer and use it in GitHub Desktop.
Save wavecos/9147d4627e3af5c9f9bf to your computer and use it in GitHub Desktop.
Change NavigationBar title without self.title
self.navigationController.navigationBar.topItem.title = _venue.name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment