Hi i want to make a applciation in which the user when open the application the camera gets open and then user can type with camera being on .
I need some sugestions for this or any link or some helping tutorial will do .
I think after opening camera we need to set a transparent overlay contoller on it and text field on that overlay controller .Am i on correct path .
Any suggestions are welcomed.
Yep, that’s about the right approach. Check out the
UIImagePickerControllerdocs, specifically itscameraOverlayViewproperty (which you can set to a transparent view containing your UITextView or UITextField to have it overlaid onto the camera view) and theshowsCameraControlsproperty (which you can set toNOto hide the built-in “take picture” button and focus controls and whatnot).