I want to be able to take an image that i have already captured on my ipad and set it to the UIImageView inside of my ViewController. Additionally, I would like to be able to have a photo button icon in my TableViewController that will allow me to take a picture and save a name to the picture that will be the title of the TableViewer cell that you would click on to look at the picture. I have already been able to use pictures in my supporting files as the images i set to the UIImageView but cannot figure out how to take pictures and save them to the UIImageView inside of the app. If you could give me any advice, tips, or resources to look at it would be much appreciated. Thanks.
Share
if your’e talking about images from the device i.e the user photos, you should use:
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html
OR for direct access –
http://developer.apple.com/library/ios/#DOCUMENTATION/AssetsLibrary/Reference/ALAssetsLibrary_Class/Reference/Reference.html