IPhone UIImagepicker with camera showing camera roll thumbnail as default camera app?

im running in iphone camera app using UIImagePicker to start camera. Everything is going well, you just need to use the default controls shown in the iphone camera app (a small thumbnail from the last shot in the camera roll and using the photo buttons) and its animation (take and send the shot to the thumbnail on the left) and not by default in UIImagePicker (undo and take picture buttons). How can i do this? thankz: D

+1


source to share


2 answers


You cannot do this. What you need to do is submit UIActionSheet

and ask if the user wants to get a photo from the camera or their photo albums.



+1


source


You can try using the cameraOverlayView property or create your own controls to duplicate the default controls (hiding the default controls with showCameraControls = NO).



0


source







All Articles