I'm making an app that has to set off the camera. Does this have to be done with user interaction? Or can I just call a function? It seems like it has to be possible. It looks like Snapchat does it because it has it's own camera UI (FYI I'm using swift and am very new to iOS programming. I've been at it for about a week, but I have JS experience)
Asked
Active
Viewed 35 times
1 Answers
0
You will need to implement your own Camera functionality from scratch using AVFoundation. This is how apps like Snapchat work.
Start here:

Peter Cetinski
- 2,328
- 14
- 8
-
Thank you for your answer, but this is Objective C code. Where do I place this code? And do I have to use all of this? – Isaac Wasserman May 06 '15 at 23:06