Post

Replies

Boosts

Views

Activity

Comment on Alerts and Action Sheets not using SwiftUI accent color
For me it worked today like this: @main struct AwesomeApp: App { init() { UIView.appearance().tintColor = .accent } var body: some Scene { WindowGroup { ContentView() } } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25