I’m using the Twitter framework of iOS 5 but the addimage method allows only project images…
How can I pick an image from the library or the camera?
I’m using the Twitter framework of iOS 5 but the addimage method allows only
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Davide, You would need to use UIImagePickerController to make the user select a photo from his Photo Library and then use the resulted UIImage as a parameter for
addImage.There are many tutorials out there about this, Here is one of them:
http://iosdevelopertips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html