0

I've been looking around the internet for ages now and I can't seem to find my answer anywhere! Basically, I want to create a full screen camera interface similar to SnapChat. I don't want the bottom toolbar as I want to be creating my own "Snap" buttons.

I found a few things but the references are like five years old now.

halfer
  • 19,824
  • 17
  • 99
  • 186
Declan Land
  • 639
  • 2
  • 11
  • 27
  • This might help http://stackoverflow.com/questions/16852601/custom-use-cancel-retake-and-reverse-camera-button-event-using-uiimagep – sangony Jan 16 '14 at 16:24

1 Answers1

1

I found the answer to my question - most answers of the internet pointed me to using UIImagePickerController - instead I used AVFoundation. Found a great little tutorial here:

https://www.invasivecode.com/weblog/a-very-cool-custom-video-camera-with/

halfer
  • 19,824
  • 17
  • 99
  • 186
Declan Land
  • 639
  • 2
  • 11
  • 27