macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

videoEditorController:didFailWithError:

-(void)videoEditorController:(UIVideoEditorController *)editor
                    didFailWithError:(NSError *)error

解説

  • (void)videoEditorController:(UIVideoEditorController *)editor didFailWithError:(NSError *)error

返り値

( void )

引数

( UIVideoEditorController * )editor
( NSError * )error

クラス

UIVideoEditorControllerDelegate

Instance Methods

使用可能

iPhone3.1

参照

例文