2012年7月19日

IOS 监听相机对焦事件

摘要: 来自官方文档:You can use the adjustingFocus property to determine whether a device is currently focusing. You can observe the property using key-value observing to be notified when a device starts and stops focusing.来自StackoverFlow:// callback-(void)observeValueForKeyPath:(NSString*)keyPath ofObject:(id)o 阅读全文

posted @ 2012-07-19 11:29 cokecoffe 阅读(4126) 评论(0) 推荐(1)

导航