クラッシュメッセージがあります:
*キャッチされない例外 'NSInvalidArgumentException' が原因でアプリを終了しています。理由: 'focusPointOfInterest の設定は、このデバイスではサポートされていません。「isFocusPointOfInterestSupported」を使用
コードの後:
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
[device setFocusPointOfInterest:CGPointMake(100, 100)];
}
カメラロールのようにフォーカスを合わせる方法はありますか?