Post

Replies

Boosts

Views

Activity

Reply to CoreData with CloudKit - data not syncing over iCloud both ways
I experienced exactly the same. Interestingly, in about a month ago, everything sync as expected, it's not until recent few weeks that SwiftUI + CoreData + CloudKit no longer sync even after a long period of time. I tested both my old projects and Xcode's SwiftUI template(after adding necessary steps like enable CloudKit, etc). I can confirm your findings, that it no longer seems to sync in a reasonable amount of time.
Mar ’21
Reply to Is PencilKit Copy to Text available to developers?
I tested a bit more. I realized the handwriting seems like relying on a on-device ML model. The offline recognition result is great but not perfect yet. If that's the case, are we encouraged to use a third part online recognition engine by providing them with the PKStrokes? I thought about this approach last year, but personally still prefer to use a offline model if possible to keep user's note on device. I tested the Vision's text recognition model, but that one does not work well with handwriting text. I'm wondering if Apple's offline text recognition model will be built into the framework in the future?
Jun ’20