Select Multiple Images from Photo Library

前端 未结 4 1624
北海茫月
北海茫月 2020-12-02 06:49

I am going to ask that one question that perhaps has been already asked a million times.

I am making an app for iPad and want to give users the ability to multi-sel

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 07:52

    I use ALAssetsLibrary and rolled my own UI. The problem with UIImagePickerController is that it says you are supposed to dismiss the view controller in the didFinishPickingMediaWithInfo callback, so hacking multiple selection by not dismissing may run into problems. I know I did when I first tried it. I can't recall exactly what went wrong, but there were cases where UIImagePickerController simply stopped working if I didn't dismiss it like the docs say.

提交回复
热议问题