LCTabBarController icon indicating copy to clipboard operation
LCTabBarController copied to clipboard

A amazing and highly customized tabBarController! You could almost customize 100% properties with LCTabBarController!

Results 21 LCTabBarController issues
Sort by recently updated
recently updated
newest added

如题。 1、在LCTabBarController中,有重载setViewControllers:方法初始化自己的tabbar。然而这样可能是不全面的。UITabBarController添加子VC的调用顺序如下: setViewControllers:-> setViewControllers: animated: ->addChildViewController: 所以,私以为重载addChildViewController:方法最为合理。 2、为移除系统tabBar的items,有removeOriginControls方法,并公开。 在源码和demo中有两处需调用的场景:tabBarController viewWillApper时、业务层修改barItem属性时手动调用。这用起来就有点不太爽了,特别是第二处。 我的建议,首先没必要在viewWillApper中反复调用,如1,在addChildViewController:时调用一次即可。改变title类似情况,通过KVO可以拿到事件,然后反射到LCTabBar直接调用该方法即可。

![img_0032](https://user-images.githubusercontent.com/15104149/31478484-4c437d66-aed6-11e7-988b-02ce9ffa07c8.PNG)

你好!顺便问下作者,可以开一个QQ群,讨论控件的使用吗?

关于旋转 是不是没适配