accounts(with:)
Returns all accounts of the specified type.
Declaration
func accounts(with accountType: ACAccountType!) -> [Any]!Parameters
- accountType:
The type of an account.
Return Value
All accounts that match accountType.
Returns all accounts of the specified type.
func accounts(with accountType: ACAccountType!) -> [Any]!The type of an account.
All accounts that match accountType.