Contents

ABPersonSetImageData(_:_:_:)

Sets the image for this person to the given data.

Declaration

func ABPersonSetImageData(_ person: ABRecord!, _ imageData: CFData!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Bool
func ABPersonSetImageData(_ person: ABPersonRef!, _ imageData: CFData!) -> Bool

Parameters

  • person:

    The person whose image data you wish to set.

  • imageData:

    The image data to use as the image for person.

Return Value

true if successful, false otherwise.

See Also

People