Contents

currentUser

The current iCloud account’s record identifier.

Declaration

@property (nonatomic, copy, readonly) CKRecordID * currentUser;

Discussion

If the user just signed in or switched accounts, this is the new user record ID. If the user signed out, this is nil.

See Also

Understanding the change