一個常見app的框架, 實現一些常用功能
- TabBarController + NavigationBarController + ViewController
- 除了棧底ViewController外, 隱藏TabBar
- 解決NavigationBar自定義返回btn, 造成的bug
- 添加一個定制TabBar中間的按鈕
效果圖
- 有中間btn效果
Simulator Screen Shot 2017年6月8日 下午3.28.43.png
- 無中間按鈕效果
- 只需要在類
MainTabBarController
中注釋掉一下兩行代碼即可移除中間btn
- 只需要在類
tabBar.customDelegate = self; [self setValue:tabBar forKey:@"tabBar"];```
Simulator Screen Shot 2017年6月8日 下午3.28.28.png
- 額, 很久以前寫的demo, 翻了出來, 很簡單的demo, 用得上的給個star
- github