updatedProjectInfo(from:completion:)
Creates an updated Phprojectinfo instance from existing project information and current assets.
Declaration
func updatedProjectInfo(from existingProjectInfo: PHProjectInfo?, completion: @escaping (PHProjectInfo?) -> Void) -> ProgressParameters
- existingProjectInfo:
The project information to update. If this is not
nil, a new Phprojectinfo instance is created from all assets in the Phproject. - completion:
A closure with code you provide that runs on completion.