Skip to content

Instantly share code, notes, and snippets.

@czwen
Created March 1, 2016 07:20
Show Gist options
  • Save czwen/bf6ad74399377bc9701c to your computer and use it in GitHub Desktop.
Save czwen/bf6ad74399377bc9701c to your computer and use it in GitHub Desktop.
uiviewcontroller 删除backbutton title
UINavigationItem *item = self.navigationController.navigationBar.topItem;
item.title = @"";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment