agdsdl / DLSlideView

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

源文件DLFixedTabbarView中“ assert(tabbarItems.count <= 4);”这个断言需要注释掉,不然当创建5个以上的标签栏会被捕捉到。 #20

Open kb100824 opened 8 years ago

kb100824 commented 8 years ago

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

nobodyJee commented 7 years ago

这个4 是设置的缓存的个数 如果创建四个以上需要修改下缓存的数量的 ctrlCache_ = [[DLLRUCache alloc] initWithCount:4];