insidegui / insidegui/CloudKitCodable
Why the cloudKitRecordType not a class property?
オープン
- 主要言語
- Swift
- スター
- 395
- フォーク
- 31
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I think in the `CloudKitRecordRepresentable` protocol, the `cloudKitRecordType` should be a `static var ` property.
here is the code sample.
```
func fetchRecords(type: CKRecord.RecordType) async throws -> ([CKRecord], CKQueryOperation.Cursor?)
```
If I want to fetch a record list, I need pass the recordType to the function, but I can't get the RecordType from the CustomCloudKitCodable class, I have to initialize a instance ,then pass the `instance.cloudKitRecordType` to the function.
Why don't let the `cloudKitRecordType` to be a static var property?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。