The composition picker view in which the selection changed.
Instance Method
インスタンスメソッド
composition
compositionPickerView(_:didSelect:)
Performs custom tasks when the selected composition in the composition picker view changes.
Availability
- macOS 10.5+
Technology
- Quartz
Declaration 宣言
func compositionPickerView(_ pickerView: QCCompositionPickerView
!,
didSelect composition: QCComposition
!)
Parameters パラメータ
pickerView
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.