Use the formatting toolbar!
if #available(iOS 26.0, *) {
let blurEffect = UIBlurEffect(style: .systemUltraThinMaterial)
appearance.backgroundEffect = blurEffect
tabBar.directionalLayoutMargins = .zero
tabBar.preservesSuperviewLayoutMargins = false
appearance.backgroundColor = .clear
tabBar.layer.allowsEdgeAntialiasing = true
tabBar.clipsToBounds = false
tabBar.isTranslucent = true
}
tabBar.standardAppearance = appearance
Topic:
UI Frameworks
SubTopic:
UIKit