changeDetails(for:)
Returns the change history that contains the local identifiers for object inserts, updates, and deletes.
Declaration
func changeDetails(for objectType: PHObjectType) throws -> PHPersistentObjectChangeDetailsParameters
- objectType:
The type of object to request change details for.
Return Value
An object that represents the change details.