Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kb100824 opened this issue May 27, 2016 · 1 comment

Comments

@kb100824
Copy link

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

@nobodyJee
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants