Instance Method インスタンスメソッド

compositionPickerView(_:didSelect:)

Performs custom tasks when the selected composition in the composition picker view changes.

Declaration 宣言

func compositionPickerView(_ pickerView: QCCompositionPickerView!, 
                 didSelect composition: QCComposition!)

Parameters パラメータ

pickerView

The composition picker view in which the selection changed.

composition

The selected composition or nil if the previously selected composition is no longer selected.

Discussion 解説

Quartz Composer invokes this method when the selected composition in the composition picker view changes. Implement this method if you want to perform custom tasks at that time.