Contents

account(withIdentifier:)

Returns the account with the specified identifier.

Declaration

func account(withIdentifier identifier: String!) -> ACAccount!

Parameters

  • identifier:

    A unique identifier for an account.

Return Value

The account that matches the value specified in identifier.

See Also

Getting Accounts