-
Notifications
You must be signed in to change notification settings - Fork 278
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
ios18有bug #232
Comments
can you share a reproducible example project please? |
The animateIn method, when passed a view and a view controller that are instances of mainTabBarController, causes all tab bar items to align to the left after the sheet is displayed in iOS 18. Additionally, clicking on the empty area to the right of the tab bar results in a crash.
|
This #231 should be the same issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
入口布局如果是Tabbarcontroller. 通过Tabbarcontroller进行sheetPresent会导致tabbar icon错位。同时点击空白区域会导致闪退
The text was updated successfully, but these errors were encountered: