let appearance = UINavigationBarAppearance() appearance.shadowImage = UIImage() appearance.shadowColor = .clear let blurEffect = UIBlurEffect(style: UIBlurEffect.Style.light) appearance.backgroundEffect = blurEffect