Contents

addRecipients(withEmailAddresses:)

Adds recipients based on their email addresses.

Declaration

func addRecipients(withEmailAddresses emailAddresses: [String])

Parameters

  • emailAddresses:

    An array with one or more Nsstring objects, each containing an email address.

Discussion

If you do not add at least once recipient, the recipients field is selected when the view controller is presented so that the player can type a list of recipients. Adding more players than defined by the maxNumberOfRecipients() property causes an exception to be thrown.

See Also

Adding Recipients