composition(withIdentifier:)
Returns the composition that corresponds to the identifier.
Declaration
func composition(withIdentifier identifier: String!) -> QCComposition!Parameters
- identifier:
A string that uniquely identifies the composition to retrieve.
Return Value
The composition identified by the provided string, or nil if there is no composition with that identifier in the composition repository.