开发者

iPhone, if possible to get a photo from album without use UIImagePickerController?

开发者 https://www.devze.com 2023-02-06 14:27 出处:网络
as topic, I want iPhone app can access th开发者_运维百科e photo album and got a photo but without popup the UIImagePickerController, does it possible ?

as topic, I want iPhone app can access th开发者_运维百科e photo album and got a photo but without popup the UIImagePickerController, does it possible ?

thanks for tip


You can, with iOS 4 or later. Look at the documentation for ALAssetsLibrary and the associated AssetsLibrary.framework. You would have to determine what media you're interested in yourself and basically handle all the niceness the built-in picker does for you.

0

精彩评论

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