Removes a person’s picture.
SDK
- iOS 2.0–9.0Deprecated
Framework
- Address
Book
Declaration
bool ABPersonRemoveImageData(ABRecord Ref person, CFError Ref *error);
Parameters
person
The person record whose picture is being removed.
error
On error, information about the cause.
Return Value
true
when successful, false
otherwise.