我没有在ios5中获得照片库

时间:2011-11-04 09:11:57

标签: iphone photolibrary

在ios5中运行应用程序时,无法从我的应用程序中获取照片库。有没有人能解决这个问题?

1 个答案:

答案 0 :(得分:0)

一切正常 - 只需致电


UIImagePickerController* imagePicker = [[[UIImagePickerController alloc]init]autorelease];

imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;

[imagePicker takePhoto];