ABPersonSetImageData(_:_:_:)
Sets the image for this person to the given data.
Declaration
func ABPersonSetImageData(_ person: ABRecord!, _ imageData: CFData!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Boolfunc ABPersonSetImageData(_ person: ABPersonRef!, _ imageData: CFData!) -> BoolParameters
- 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.