next()
Advances the iterator and returns the next key-value pair from the record.
Declaration
mutating func next() -> (CKRecord.FieldKey, any CKRecordValueProtocol)?Return Value
The next key-value pair from the record, or nil if there are no more keys.