setSelectedComposition(_:)
Sets a composition as selected in the composition picker view.
Declaration
func setSelectedComposition(_ composition: QCComposition!)Parameters
- composition:
The composition to select. Pass
nilif you don’t want to select a composition. The behavior is undefined if you pass a composition that is not in the list of compositions that are currently in the composition picker view.