We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
通过isButton配置是否带加号按钮。
if (len % 2 == 0) { this.btmNavbar.insert(len ~/ 2, null); } else { this.btmNavbar.insert(len ~/ 2 + 1, null); this.btmNavbar.insert(len ~/ 2 + 2, null); }
目前先简单处理tab基数问题,如果是偶数,tab中间添加1个tab,用于放置按钮位置。如果tab为基数,添加2个按钮。 具体可以参考https://github.com/ChenYilong/CYLTabBarController 怎么封装相关代码,因为我没用过这个库,所以先简单做下封装使用。
Sorry, something went wrong.
Get it
wjun94
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: