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.
我想自定义我的相机视图,如屏幕截图而不是默认视图。
http://imgur.com/QNoto5F
有什么建议吗?
阅读 UIImagePickerController类参考。请参阅cameraOverlayView和showsCameraControls属性。您可以隐藏控件,提供自定义叠加视图,并将子视图添加到此自定义视图以添加自定义按钮、框架等。
如果您需要更多控制和更多自定义,请查看AVFoundation另外这里是来自 apple的示例。