From 08b521c4378da32f96813dc23456efd047516546 Mon Sep 17 00:00:00 2001 From: JGZ_YES Date: Wed, 12 Aug 2026 13:37:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20iOS:=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=20UIKit=20import=EF=BC=88Xcode=20Beta=20=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E8=AF=A5=E6=A8=A1=E5=9D=97=EF=BC=89=EF=BC=8CTabView?= =?UTF-8?q?=20=E4=BD=BF=E7=94=A8=E7=B3=BB=E7=BB=9F=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AreYouSleeping/Views/ContentView.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/AreYouSleeping/Views/ContentView.swift b/AreYouSleeping/Views/ContentView.swift index 2806a0e..8431ab9 100644 --- a/AreYouSleeping/Views/ContentView.swift +++ b/AreYouSleeping/Views/ContentView.swift @@ -1,5 +1,4 @@ import SwiftUI -import UIKit struct ContentView: View { @EnvironmentObject var store: Store @@ -30,10 +29,5 @@ struct ContentView: View { .tag(2) } .tint(.blue) - .onAppear { - let appearance = UITabBarAppearance() - appearance.configureWithDefaultBackground() - UITabBar.appearance().scrollEdgeAppearance = appearance - } } }