我没有在 ios5 中获取照片库

Posted

技术标签:

【中文标题】我没有在 ios5 中获取照片库【英文标题】:I am not getting photo library in ios5 【发布时间】:2011-11-04 09:11:56 【问题描述】:

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

【问题讨论】:

您在使用照片库时遇到了什么问题?您当前的问题有点不清楚。 【参考方案1】:

它工作得很好 - 只需调用


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

imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;

[imagePicker takePhoto];

【讨论】:

以上是关于我没有在 ios5 中获取照片库的主要内容,如果未能解决你的问题,请参考以下文章

iPhone:如何使用 iPhone 照片应用程序等“编辑”功能从照片库或相机中获取图像

你可以将 PNG 保存到 iOS5 中的照片库吗?

如何使用 ALAssetsLibrary 访问照片而不在 iOS5 中请求位置访问?

UIImagePickerController 相机未将照片保存在照片库中

如何在 iPhone/iPad 上使用 iOS5 或 iOS6 拍摄的照片上添加文本标签?

如何在 iOS 5 中连续拍摄两张照片