Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

2.3.0

Compare
Choose a tag to compare
@nek023 nek023 released this 05 Apr 16:36
· 60 commits to master since this release

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 and numberOfColumnsInLandscape property to customize the grid size
  • selectedAssetURLs property is now KVO compliant`
  • Many internal improvements

Non backward compatible changes

  • QBImagePickerController is now a subclass of UIViewController
  • You must use presentViewController:animated:completion: to show the picker
  • showsCancelButton property has been deprecated