I was creating an app and I want to implement functionality of camera in our app so I am using UIImagePickerController to pick image using camera and it executes successfully. But after clicking image I am unable to browse images. I am new in iPhone so please help me.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Your problem is not so big so don't worry, here I am giving you the code which helps you to pick image from library:
create an action method browseImage: and use this code