This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
Releases: nek023/QBImagePicker
Releases · nek023/QBImagePicker
2.4.0
2.3.0
In this version, some APIs have changed and it's not backward compatible.
I know it's not following the Semantic Versioning. Sorry developers!
Improvements
- Add
prompt
property to show information to the users - Add
showsNumberOfSelectedAssets
property - Add
numberOfColumnsInPortrait
andnumberOfColumnsInLandscape
property to customize the grid size selectedAssetURLs
property is now KVO compliant`- Many internal improvements
Non backward compatible changes
QBImagePickerController
is now a subclass ofUIViewController
- You must use
presentViewController:animated:completion:
to show the picker showsCancelButton
property has been deprecated