扩展UIViewController,将常用的导航操作API、Tabbar API和NavigationBar API封装起来
jopen
9年前
HYBViewControllerCategory
扩展UIViewController,将常用的导航操作API、Tabbar API和NavigationBar API封装起来,适配iOS6.0及其以上版本
Features
- 常用的UINavigationBar的配置API,适配iOS6.0
- 常用的UITabBar的tabbaritem的配置API,适配iOS6.0
- 常用的UINavigationItem的导航配置API,block版本简单易用
截屏
安装使用
pod 'HYBViewControllerCategory', '~> 0.0.1'
或者直接将HYBViewControllerCategory源文件夹放到您的工程中