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

compositionPickerViewWillStopAnimating:

Performs custom tasks when the composition picker view stops animating a composition.

Declaration 宣言

- (void)compositionPickerViewWillStopAnimating:(QCCompositionPickerView *)pickerView;

Parameters パラメータ

pickerView

The composition picker view in which the composition stopped animating.

Discussion 解説

Quartz Composer invokes this method whenever the composition picker view stops animating a composition. Implement this method if you want to perform custom tasks at that time.

See Also 参照

Responding to Animation State Changes