我正在使用https://github.com/CosmicMind/Material特别是 Capture API,它基本上是一个简化的 AVFoundation 框架。
我的目标是让应用程序在每次屏幕移动时重置焦点,特别是始终关注屏幕中心的内容,即使不点击屏幕也是如此。
当前可以在点击时更改焦点。
只需使用捕获 api 使用
guard let capture = captureController?.capture else {
return
}
我正在使用https://github.com/CosmicMind/Material特别是 Capture API,它基本上是一个简化的 AVFoundation 框架。
我的目标是让应用程序在每次屏幕移动时重置焦点,特别是始终关注屏幕中心的内容,即使不点击屏幕也是如此。
当前可以在点击时更改焦点。
只需使用捕获 api 使用
guard let capture = captureController?.capture else {
return
}