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

Releases: nek023/QBImagePicker

2.4.0

05 Apr 18:04
Compare
Choose a tag to compare
  • Handle assets library changes

2.3.0

05 Apr 16:36
Compare
Choose a tag to compare

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

2.2.4

05 Apr 12:45
Compare
Choose a tag to compare
  • Fix crash when the asset in Photo Stream is selected

3.0.1

05 Apr 07:38
Compare
Choose a tag to compare
  • Update podspec
  • Update the section about how to install via CocoaPods and Carthage

3.0.0

05 Apr 07:35
Compare
Choose a tag to compare
  • Remake with PhotoKit (Now it requires iOS 8 or later)
  • Use storyboard to design UI
  • Support Carthage

2.2.3

02 Apr 15:53
Compare
Choose a tag to compare
  • Support iPad and iPhone 6/6Plus
  • Fix crash of demo app
  • Show the latest photos as thumbnail