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

TabBar issue on iOS 15 #504

Closed
HappyIosDeveloper opened this issue Sep 23, 2021 · 1 comment
Closed

TabBar issue on iOS 15 #504

HappyIosDeveloper opened this issue Sep 23, 2021 · 1 comment

Comments

@HappyIosDeveloper
Copy link

HappyIosDeveloper commented Sep 23, 2021

The floating panel clips out the tab bar background then I move it down!

Simulator Screen Shot - iPhone 12 Pro Max - 2021-09-23 at 18 19 49

@scenee
Copy link
Owner

scenee commented Sep 25, 2021

TabBar appearance has refined on iOS15. I confirmed the same issue in Samples app. To fix the clear background, I need to check 'Scroll Edge' of the tab bar in the storyboard or set a value to `UITabBar.scrollEdgeAppearance. As a result, the tab bar show as well as iOS 14 and below.
https://developer.apple.com/videos/play/wwdc2021/10059/
https://stackoverflow.com/questions/68688270/ios-15-uitabbarcontrollers-tabbar-background-color-turns-black

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