ios 系统自带的选择相片的api 能支持多选吗
光阴似箭催人老,日月如移越少年。
The built-in API for selecting photos, do you mean UIImagePickerController? This does not support multiple selection. You can try writing it yourself, or use an open source library, such as: https://github.com/hyperoslo/ImagePicker
Does not support multiple selection...
The built-in API for selecting photos, do you mean UIImagePickerController? This does not support multiple selection. You can try writing it yourself, or use an open source library, such as: https://github.com/hyperoslo/ImagePicker
Does not support multiple selection...