Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneアプリでビデオをキャプチャしています。ユーザーがビデオのキャプチャを開始したときに、デリゲート メソッドの下で実行したいと考えています。自動では着信しません。このメソッドを呼び出す方法はありますか?
- (BOOL)startVideoCapture { timeLabel.text=@"Video is added"; }
次のようにメソッドを呼び出すことができます:[self startVideoCapture];
[self startVideoCapture];
1 つの質問: Returnこのメソッドのタイプは ですBOOL。価値がreturnあるべきだと思いませんか?BOOL
Return
BOOL
return