如何在推文中添加照片库(或相机)的图像?

时间:2012-01-07 12:12:43

标签: ios xcode image ios5 twitter

我正在使用iOS 5的Twitter框架,但addimage方法仅允许项目图像... 如何从库或相机中选择图像?

1 个答案:

答案 0 :(得分:2)

Davide,你需要使用UIImagePickerController让用户从他的照片库中选择一张照片,然后使用生成的UIImage作为addImage的参数。

有很多关于此的教程,其中之一是: http://iosdevelopertips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html