0

我在网上搜索,只发现iOS 3及更早的版本只能使用图像选择器控件来选择照片。这是我们可以让用户选择照片的唯一方法吗?

我知道 iOS4 有一个资源库允许我们访问照片,但早期版本呢?不能从这些版本中获取照片吗?

图像选择器的问题在于它只允许用户一次选择一张图像。

4

1 回答 1

0

You can access images using the PhotoLibrary framework. However, since it is a private framework, Apple won't accept it.

于 2011-11-07T21:37:50.467 回答