Florentin Bekier
Florentin Bekier
Works fine ! Thanks Please tell me if you do an update to natively support this
Hello, Xcode 13.2 and iOS 15.2 are officially released. Any updates on the advancement of this feature? It would be really cool
@pavel-ship-it thanks for the answer, I didn't know about this and it fixes the crash. However, now I still get a crash when doing: ```swift .onReceive(myObject.objectWillChange) { _ in print("Object...
Same crash as above: `Only objects which are managed by a Realm support change notifications` The code looks like this: ```swift struct NewMessageView: View { @StateRealmObject var draft: Draft init(draft:...
Hi @dianaafanador3, thank you for the clarification. However, I needed to observe the changes using `objectWillChange` to perform non-UI actions… Basically, my code looks like this: ```swift var body: some...
Thank you for the suggestion. However, this doesn't match what I want to achieve. For now, I had to create a copy of my class that is not a Realm...
Thanks, the workaround works, I hope this will be fixed soon.
Hi! The project is still not working in Swift 4.2. Here are the errors: * `UIBlurEffectStyle` has been renamed to `UIBlurEffect.Style` * Pattern cannot match values of type `DropState` *...
Hi @iliasbukraa, unfortunately I don't have time to actively work on this at the moment. However, if you want to go ahead and make a PR to add this method,...
Hi @gmillerd, unfortunately I don't have time to actively work on this at the moment. However, if you want to go ahead and make a PR to fix this method,...