0

Can I add those features to a UIImagePickerController on iOS8? In the camera app it seems like a native capability - but the question is do such an interface exist?

Boaz
  • 4,864
  • 12
  • 50
  • 90

1 Answers1

1

No, UIImagePickerController doesn't give you the option to record video in Slo Mo, Timelapse or add filters. For that you would have to use a Custom Camera built using the AVFoundation framework.

Xcoder
  • 1,762
  • 13
  • 17