Post

Replies

Boosts

Views

Activity

Reply to ImageResource properties name and bundle as public getters
Same here. We would use it to have image names in themes instead of whole images.
Replies
Boosts
Views
Activity
Jan ’24
Reply to Choosing the best framework for a vector image app. SwiftUI, UIKit or CoreGraphics?
Because you have more control?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Disable Scrolling of a ScrollView in swiftui
This would be interesting for me too.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to Manage subscriptions
This URL worked for me with iOS 14.4 "itms-apps://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions"
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Can't see sandbox Subscription Management page
I can't find it either. I followed these instructions: https://developer.apple.com/documentation/storekit/in-app_purchase/testing_in-app_purchases_with_sandbox/testing_disabling_auto-renew Does anybody have a solution?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to SwiftUI 2, UIApplicationDelegateAdaptor not working properly
I don't get any call. I created a separat post for that https://developer.apple.com/forums/thread/681306
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to View will lose data of ObservedObject in a fullScreenCover when EditMode changes
Thank so much. This helped. In my case it makes sense to use @StateObject because the view creates and owns the view model. @ObservedObject is used when someone else is holding the observed object.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’21