diff --git a/iOS/AppDelegate.swift b/iOS/AppDelegate.swift index af15abe9..b76d1a82 100644 --- a/iOS/AppDelegate.swift +++ b/iOS/AppDelegate.swift @@ -14,6 +14,11 @@ final class AppDelegate: UIResponder, UIApplicationDelegate { Self.instance = self #if os(iOS) UIViewController.swizzleHomeIndicatorProperty() + + UITabBar.appearance().shadowImage = UIImage() + UITabBar.appearance().backgroundImage = UIImage() + UITabBar.appearance().isTranslucent = true + UITabBar.appearance().backgroundColor = .clear #endif return true }