agdsdl / DLSlideView

Tabed slide view based on container of ViewController(not UIScrollView). Support infinite pages.
MIT License
641 stars 127 forks source link

希望支持cocoapods #17

Open kb100824 opened 8 years ago

kb100824 commented 8 years ago

@agdsdl 支持cocoapods就完美了

agdsdl commented 8 years ago

谢谢支持 打算重构,增加几个新功能后再放

kb100824 commented 8 years ago

@agdsdl 楼主我发现你源文件DLFixedTabbarView中的- (void)setTabbarItems:(NSArray *)tabbarItems{}这个方法中的“ assert(tabbarItems.count <= 4);”这个断言需要注释掉,不然当创建5个以上的标签栏会被捕捉到。