关于UITabBarViewController
项目里经常会用到UITabBarViewController,有些设计呢直接用原生的就行了,但是对于一些特殊的设计,例如中间是一个圆形Button,例如咸鱼,图痒。这种首页界面就需要自定义tabBar。幸好已有封装好的第三方代码CYTabBar,CYLTabBarController,可以拿来直接用,当然用来分析一下代码,也是不错的。
demo图片.png
GitHub:https://github.com/zhangchunyu2016/CYTabbar
https://github.com/ChenYilong/CYLTabBarController