iOS 15 Tab Bar divider disappears

The dividing line above the tab bar disappears as soon as I switch to a subcontroller and does not appear when I go back. In the current beta 4, the problem is still not fixed. Does anyone have the same problem? You could frame the tab bar but that's not a good solution.

Thanks for the answer

Answered by Yvesif in 692711022

There is a new element "scrollEdgeAppearance" on iOS 15. The simplest way is to create a UITabBarAppearance and set back to tabBar.standardAppearance, tabBar.scrollEdgeAppearance.

I'm having the same issue in beta 8. I wasn't sure why it should with some VCs but not others. I also have some VCs where it appears sometimes and not others.

Accepted Answer

There is a new element "scrollEdgeAppearance" on iOS 15. The simplest way is to create a UITabBarAppearance and set back to tabBar.standardAppearance, tabBar.scrollEdgeAppearance.

iOS 15 Tab Bar divider disappears
 
 
Q