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.
我正在尝试自定义 UIImagepickercontroller 如下图所示,
但是现在 Uiimagepickercontroller 如下所示。
谁能提供一个关于如何自定义 UIImagepickercontroller 来显示视频的想法?
如果要自定义 UIImagepickercontroller,则必须使用 AVcapturemanager。我已经发布了 APPLE 提供的示例代码,说明如何自定义 UIImagepickercontroller。
https://developer.apple.com/library/ios/samplecode/AVCam/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010112
这将对您有所帮助..但您必须对其进行必要的更改。
快乐编码!!!!