init(name:image:)
Creates a participant with the name and image you specify.
Declaration
init(name: String, image: UIImage?)Parameters
- name:
The name of the participant.
- image:
The image you associate with the participant.
Creates a participant with the name and image you specify.
init(name: String, image: UIImage?)The name of the participant.
The image you associate with the participant.