Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我有一个从网络下载的 UIImages 列表。我需要创建一个画廊,这些图像可以旋转、缩放和交换以查看下一个和上一个。有没有办法在 iphone 内置的画廊查看器中打开图像。否则我将不得不完成这一切。
该功能称为 UIImagePickerController。
检查此以获取更多详细信息:
http://zcentric.com/2008/08/28/using-a-uiimagepickercontroller/