0

我正在制作一个必须启动相机的应用程序。这是否必须通过用户交互来完成?或者我可以只调用一个函数吗?似乎它必须是可能的。看起来 Snapchat 这样做是因为它有自己的相机 UI(仅供参考,我正在使用 swift,并且对 iOS 编程非常陌生。我已经使用了大约一周,但我有 JS 经验)

4

1 回答 1

0

You will need to implement your own Camera functionality from scratch using AVFoundation. This is how apps like Snapchat work.

Start here:

https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/04_MediaCapture.html#//apple_ref/doc/uid/TP40010188-CH5-SW2

于 2015-05-06T15:18:07.063 回答