I am using UIImagePickerController for my camera and have added an Overlay View Controller to take snaps and go to the allbum(as explained in PhotoPicker example).
But now I want to add two floating buttons as in normal camera (one for flash and and another to switch the camera).
Can you please tell how to add those floating buttons or what are they exactly called if not floating buttons?
Thnx
I am using UIImagePickerController for my camera and have added an Overlay View Controller
Share
Add the
UIButtonsprogrammatically and then add them to theOverlay View Controllerby using[overlayView addSubView:yourButton];