Contents

setImageData(_:)

Sets the image for this person to the given data.

Declaration

func setImageData(_ data: Data!) -> Bool

Parameters

  • data:

    The image to be set.

Discussion

The data argument must be in a QuickTime-compatible format. Pass nil to specify that there is no image for this person.

See Also

Managing Images