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.
ios相机有没有现成的自定义光圈/快门视图?
我将使用 AVFoundataion 实现相机应用程序,其中没有快门。
不,如果您纯粹使用 AVFoundation 进行捕获,则需要自己构建它。
如果您的相机应用程序足够简单,另一种方法是使用UIImagePickerController自定义。cameraOverlayView
UIImagePickerController
cameraOverlayView
但是 UImagePickerController 无法正常工作。因为在中断的呼叫或后台应用程序中未打开快门。