Post

Replies

Boosts

Views

Activity

Comment on SwiftData serious bug with relationships and CloudKit in iOS 18.0 (Xcode 16 Beta)
Yes. The value of the relationship is available in the second device, it just doesn't appear on the rows, as you can see in the picture. The system doesn't update the views when they are inside a ForEach loop. I used notifications to force the update but it is not a good solution because this also happens locally, not just with CloudKit. I found a way to fix it by applying the id() modifier to ForEach. It forces the system to update the content of the ForEach every time a new value is available.
Sep ’24
Comment on iOS Beta 18.1 does not install on old devices
Hi. Thanks. I can't show you the image here, but If I go to Settings > General > Software Update it says "iOS 18.0, iOS is up to date". I drag the screen down, but it never updates to 18.1. Both devices show the same screen, although of course on iPad says "iPadOS 18.0, iPadOS is up to date". That's why I posted this message. It is really weird that it stop updating as soon as the Beta 1 of 18.1 became available. My guess is that it is because of Apple Intelligence, but I don't know.
Aug ’24
Comment on barTintColor not working in iOS 15
Hi, Rincewind. Quick question. How do you change the Navigation Bar's tint color? The classes UINavigationBarAppearance, UIBarAppearance, and UIBarButtonItemAppearance do not include any tintColor property. The only way I found is with the tintColor property of the UINavigationBar, but this is a Legacy property and we are supposed to use appearances objects. For instance, how do you change the color of the image for the Back button? Thanks!
Jul ’21