uiviewpathcamerainstagram

Creating a Camera View similar to Instagram, Path, or Photovine


I haven't worked with the iPhone's camera much.

I've done basic apps using UIImagePickerViewController but that only shows the basic camera functions.

What are apps like Instagram, Path, or Photovine using to make the cooler layout with more options?

Thanks for the help!


Solution

  • They are essentially using a cameraOverlayView over the UIIImagePicker.

    You can read about it here.

    And get an apples sample code here.