Post

Replies

Boosts

Views

Activity

Comment on SwiftUI NavigationLink pops out by itself
In my case, the views were immediately popped when the pushing view had exactly 2 of the NavigationLinks. Not when it's just 1, or when its 3 or more. Mind-boggling. So now my code makes sure to add this meaningless NavigationLink when it would be 2 NavigationLinks without it. iOS14.5. Thanks for sharing the workaround!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’21
Comment on SwiftUI NavigationLink pops out by itself
In my case, the views were immediately popped when the pushing view had exactly 2 of the NavigationLinks. Not when it's just 1, or when its 3 or more. Mind-boggling. So now my code makes sure to add this meaningless NavigationLink when it would be 2 NavigationLinks without it. iOS14.5. Thanks for sharing the workaround!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Manually define a CKRecord ID for a given NSManagedObject instance
You did the right thing passing the objectID to the other context, but probably didn't execute its fetch on the context's queue. Wrap that part of your code in backgroundContext.perform { ... } for async, or .performAndWait { ... } for sync execution.
Replies
Boosts
Views
Activity
Aug ’21
Comment on Diffable data source with fetched result controller on iOS 15
You can opt to use your own identifiers instead of NSManagedObject.ID and this relieves you of so much hassle...
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on UICloudSharingController is broken and needs Apple's attention
Hi @cconway, that is a completely different issue and you should file Feedback
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Live Activity Not Working on Physical Device
Faced the same issue today. Workaround: create a new Widget Extension target and isolate your Live Activity Widget there
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on In Simulator on status bar red banner with rdar:45025538
Thank you so much for this. How the heck did you find the fix?
Replies
Boosts
Views
Activity
Jan ’26