Post

Replies

Boosts

Views

Activity

Reply to TipKit Image asset tint color
@joey_ I was having a similar issue and you'll need to add this to your root app file (replace .mint by your color) @main struct MyApp: App { init(){ UIView.appearance(whenContainedInInstancesOf: [TipUIPopoverViewController.self]).tintColor = UIColor(.mint) } var body: some Scene { WindowGroup { // content view... } } }
Topic: App & System Services SubTopic: General Tags:
Oct ’23
Reply to TipKit Image asset tint color
@joey_ I was having a similar issue and you'll need to add this to your root app file (replace .mint by your color) @main struct MyApp: App { init(){ UIView.appearance(whenContainedInInstancesOf: [TipUIPopoverViewController.self]).tintColor = UIColor(.mint) } var body: some Scene { WindowGroup { // content view... } } }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Apple Watch Simulator Won't Allow a Password to be Set
Running into the same issue. Simulator 14.2 seems impacted too
Replies
Boosts
Views
Activity
Jan ’23
Reply to SwiftUI 4 List customization
A list of swipeable cells feels a pretty common design pattern in 2022. I hope we’ll be able to have a way to implement this more easily in SwiftUI soon :)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Picker Label not showing anymore
+1 I can repo this issue too
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21