photoPicker.sourceType = UIImagePickerControllerSourceTypeCamera; //or album
photoPicker.allowsImageEditing = YES;
When i write above syntax then i get warning allowsImageEditing is depricated in sdk 3.1.
I m working on one of the project in which I have to save the captured image in IPhone Device Photo library.
What I want to ask how to implement this through ...
I am developing an app that lets the user record videos and photos. Now I am wondering what is the best way to store them?
The first idea is of course ...
Is there any Image API to provide all information to user while he capture a photo in iPhone? and also I want to develop this functionality in iPhone so please tell ...