database(with:)
Returns the database with the specified scope.
Declaration
func database(with databaseScope: CKDatabase.Scope) -> CKDatabaseParameters
- databaseScope:
The database’s scope. See Scope for the available options.
Returns the database with the specified scope.
func database(with databaseScope: CKDatabase.Scope) -> CKDatabaseThe database’s scope. See Scope for the available options.