Contents

allKeys()

Returns an array of the record’s keys.

Declaration

func allKeys() -> [CKRecord.FieldKey]

Return Value

An array of keys, or an empty array if the record doesn’t contain any keys.

Discussion

The array contains only those keys with values that aren’t nil.

See Also

Accessing the Record’s Fields