Post

Replies

Boosts

Views

Activity

Reply to Add NSManagedObject to existing CKShare
Just to note, this also doesn't work in the sample app Synchronizing a Local Store to the Cloud. I can share a post and make changes to that post that the other user will see. But I can't share attachments to that post, because those NSManagedObjects aren't being shared.
Replies
Boosts
Views
Activity
Jul ’21
Reply to Add NSManagedObject to existing CKShare
Just to note: This also doesn't work in the sample app Synchronizing a Local Store to the Cloud. In the sample app, I can share a post and make changes to that post that will be synced. But if I add attatchements, those aren't synced. Presumably because those NSManagedObjects aren't part of the CKShare.
Replies
Boosts
Views
Activity
Jul ’21
Reply to SwiftUI window top left aligned on macOS 26 beta 1
This is our workaround to get the old behavior back: GeometryReader { proxy in ZStack { Color.green ZStack { Color.yellow Text("Hi") } .aspectRatio(1, contentMode: .fill) .border(.red) } .frame(width: proxy.size.width, height: proxy.size.height) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25