Post

Replies

Boosts

Views

Activity

Reply to Multi Step View Form
Finally I made it with NavigationStack and paths to get 3 screens or more without problem. NavigationStack(path: yourPaths) { FirstScreen() . navigationDestination(for: YourPath.self){ path in switch path {......} } } If someone wants the complete solution, don't hesitate to write me. Thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’22
Reply to CloudKit Zones Without Records
As I can experiment. When we delete all Records in a zone and stop sharing (never mind the order), it delete itself.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Question re. sharing Core Data with CloudKit
Hello, You have to add the property CKSharingSupported to Info.plist with value YES Apple documentation: https://developer.apple.com/documentation/bundleresources/information_property_list/cksharingsupported
Replies
Boosts
Views
Activity
Mar ’23
Reply to Multi Step View Form
Finally I made it with NavigationStack and paths to get 3 screens or more without problem. NavigationStack(path: yourPaths) { FirstScreen() . navigationDestination(for: YourPath.self){ path in switch path {......} } } If someone wants the complete solution, don't hesitate to write me. Thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Issue in Dateformatter with language
The problem was resolved when I create the Localizable string file, with the two Languages. Automatically swift recognized the Dates preferred language. Thanks!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to StoreKit 2 - Issue
After I communicated with Apple I know the "solution". For test IAP in TestFlight o SandBox you have to fulfill all the tax and banking information. So, for now I'm on it, but it's seems to be the problem.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Oct ’22