Relative Content

Tag Archive for swiftcloudkit

No way to reset CloudKit server badge count?

Whilst all current answers to this question indicate the depreciation of CKModifyBadgeOperation, all of them had advised up until 2022 that it could still be used due to Apple not having a replacement Api. Upon running the following code:

NavigationList not working in NavigationStack

I have two simple modules in my Swift program. One maintains a list of Locations and the second maintains a list of Activities. The locations module works fine while the Activities module freezes! I can’t select any of the listed activities, etc. The code for these two modules is “identical” what am I doing wrong?