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
如构造函数: type = items.length <= 3 ? BrnBottomTabBarDisplayType.fixed : BrnBottomTabBarDisplayType.shifting BrnBottomTabBarDisplayType 只和 tabbar 中 items 的个数有关,和自定义设置无关。
type = items.length <= 3 ? BrnBottomTabBarDisplayType.fixed : BrnBottomTabBarDisplayType.shifting
The text was updated successfully, but these errors were encountered:
@5night 经过对代码的 CR,这段代码本意是为了根据 items 设置 BrnBottomTabBarDisplayType,实际使用出现了与使用者预期效果不一致的情况。
items
BrnBottomTabBarDisplayType
后续会提 PR 优化这个问题,谢谢反馈~
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
如构造函数:
type = items.length <= 3 ? BrnBottomTabBarDisplayType.fixed : BrnBottomTabBarDisplayType.shifting
BrnBottomTabBarDisplayType 只和 tabbar 中 items 的个数有关,和自定义设置无关。
The text was updated successfully, but these errors were encountered: