Post

Replies

Boosts

Views

Activity

Reply to Can't manage my sandbox account
Here we go again. Have the same issue on latest iOS and hardware.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to TipKit Image asset tint color
You can use .tint modificator for TipView to achieve desired effect. struct FavoriteTipView: View { var tip = FavoriteTip() var body: some View { TipView(tip) .tint(.white) } }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24