Hi i am new to the iOS.
I wish to implement photo editing functionality in my app. that photo will be retrieve from iPhone photo library. I tried to place the photo in UIImageView. but i did not get better result. UIImageview does not show the photo as its being in photo album. there is lots of resolution and quality is missing.
If i want to show photo with original resolution and quality as its being in photo album. what are steps i need to follow. if any one knows please guide me right way.
editingPhotoContainerIMV = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, 320, self.view.frame.size.height)];
[editingPhotoContainerIMV setContentMode:UIViewContentModeScaleAspectFit];