ggruen / CloudKitSyncMonitor

Monitor current state of NSPersistentCloudKitContainer sync
MIT License
488 stars 44 forks source link

Improve Boolean property names, conform SyncState to Equatable, & correct example code #30

Closed JPToroDev closed 2 months ago

JPToroDev commented 2 months ago

Change “syncError” to “hasSyncError” and “notSyncing” to “isNotSyncing” to improve clarity and align with Swift naming conventions. Correct property wrappers in example code. Add Equatable conformance to SyncState for compatibility with onChange() modifier.

JPToroDev commented 2 months ago

Glad I could contribute.