宏定义 button 方法 --
定义
#define BARBUTTON(TITLE, SELECTOR) [[[UIBarButtonItem alloc] initWithTitle:TITLE style:UIBarButtonItemStylePlain target:self action:SELECTOR] autorelease]
使用
self.navigationItem.leftBarButtonItem = BARBUTTON(@"Redo", @selector(redo));
posted on 2016-02-25 23:15 🌞Bob 阅读(148) 评论(0) 编辑 收藏 举报