开发者

How do applications that run on iOS3 and earlier select multiple images at a time like Image Picker?

开发者 https://www.devze.com 2023-04-02 18:50 出处:网络
I search through the web and only find that iOS 3 and earlier versions can only use the image picker control to select the photos. Is it the only way that we can give for user to select the photo?

I search through the web and only find that iOS 3 and earlier versions can only use the image picker control to select the photos. Is it the only way that we can give for user to select the photo?

I know iOS4 has an asset library allowing us to access the photo but how about the earlier version? Is it not possible to get the开发者_如何转开发 photos from those versions?

The problem with image picker is that it only allows the user to pick one image at a time.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消