Tags
- No tags, yet
Projects
- Work:
- Hobby:
- Art:
Mentions
Tags
Projects
Mentions
Since iOS 15, all nav bars are transparent by default. To restore old behaviour, set scrollEdgeAppearance to the default:
let appearance = UITabBarAppearance() UITabBar.appearance().scrollEdgeAppearance = appearance