How can I load images from a user's photo album on the iPhone?

后端 未结 4 691
予麋鹿
予麋鹿 2021-01-14 05:32

I\'d like to randomly load images from the user\'s photo album, but I\'d prefer not to have to access an image picker (i.e. I\'d like to have the images be random background

4条回答
  •  广开言路
    2021-01-14 06:01

    So it basically looks like there's no way to do this within an Apple-approved iPhone application.

    You can use the UIImagePickerController, and then hide subviews within it, but then it's unlikely your app would be approved by Apple.

    So, looks like we'll have to wait until functionality like this can be added...

提交回复
热议问题