scrollEdgeAppearance
The appearance settings for the tab bar when the edge of scrollable content aligns with the edge of the tab bar.
Declaration
@NSCopying var scrollEdgeAppearance: UITabBarAppearance? { get set }Discussion
When a tab bar controller contains a tab bar and a scroll view, part of the scroll view’s content appears underneath the tab bar. If the edge of the scrolled content reaches that bar, UIKit applies the appearance settings in this property.
If the value of this property is nil, UIKit uses the value of the tab bar’s standardAppearance property, modified to have a transparent background. If no tab bar controller manages your tab bar, UIKit ignores this property and uses the tab bar’s standard appearance.
You can customize the appearance for specific tab bar items with the scrollEdgeAppearance property of UITabBarItem.