Contents

setSelectedComposition(_:)

Sets a composition as selected in the composition picker view.

Declaration

func setSelectedComposition(_ composition: QCComposition!)

Parameters

  • composition:

    The composition to select. Pass nil if 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.

See Also

Managing the Composition Picker View