hello, I'm learning how to upload photos in the iPhone sdk and I saw some apps like facebook allow users select a photo from a library or take a new one from the iPhone's camera.
wondering how can I do this? should I use:
I can't test it because I only have the simulator right now.
wondering how can I do this? should I use:
Code:
UIImagePickerControllerSourceTypePhotoLibrary
I can't test it because I only have the simulator right now.