摘要: #import "XMGNavigationViewController.h" @interface XMGNavigationViewController () @end @implementation XMGNavigationViewController - (void)viewDidLoad { [super viewDidLoad]; UIPanGesture... 阅读全文
posted @ 2017-03-04 23:07 iFat 阅读(178) 评论(0) 推荐(0) 编辑
摘要: #import "XMGNavigationViewController.h" @interface XMGNavigationViewController () @end @implementation XMGNavigationViewController + (void)load { UINavigationBar *navBar = [UINavigationBar ap... 阅读全文
posted @ 2017-03-04 22:42 iFat 阅读(242) 评论(0) 推荐(0) 编辑
摘要: XMGNavigationViewController.m UIBarButtonItem+Item.m 阅读全文
posted @ 2017-03-04 21:57 iFat 阅读(1593) 评论(0) 推荐(0) 编辑
摘要: - (void)setting { // 跳转到设置界面 XMGSettingViewController *settingVc = [[XMGSettingViewController alloc] init]; // 必须要在跳转之前设置,隐藏底部条 settingVc.hidesBottomBarWhenPushed = YES; [sel... 阅读全文
posted @ 2017-03-04 17:46 iFat 阅读(769) 评论(0) 推荐(0) 编辑
摘要: #import "XMGNavigationViewController.h" @interface XMGNavigationViewController () @end @implementation XMGNavigationViewController + (void)load { UINavigationBar *navBar = [UINavigationBar app... 阅读全文
posted @ 2017-03-04 17:31 iFat 阅读(1582) 评论(1) 推荐(0) 编辑
摘要: UIBarButtonItem+Item.h UIBarButtonItem+Item.m 阅读全文
posted @ 2017-03-04 15:20 iFat 阅读(291) 评论(0) 推荐(0) 编辑