Skip to content

Instantly share code, notes, and snippets.

@monsoir
Created December 1, 2016 16:40
Show Gist options
  • Save monsoir/553b1baab8117a19cd6b5b019fb505df to your computer and use it in GitHub Desktop.
Save monsoir/553b1baab8117a19cd6b5b019fb505df to your computer and use it in GitHub Desktop.
//创建并初始化一个 UIBarButtonItem 实例
UIBarButtonItem *item = [[UIBarButtonItem alloc] initWithCustomView: btn];
//再将 item 与 导航栏 关联起来
self.navigationItem.leftBarButton = item;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment