我有崩溃消息:
*由于未捕获的异常“NSInvalidArgumentException”而终止应用程序,原因:“此设备不支持设置 focusPointOfInterest。使用 isFocusPointOfInterestSupported'
代码后:
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
[device setFocusPointOfInterest:CGPointMake(100, 100)];
}
有没有办法像相机胶卷一样聚焦?