Skip to content

Commit

Permalink
Pre 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed Jul 23, 2015
1 parent 98515b5 commit 24f4d51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BSImagePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BSImagePicker"
s.version = "1.3.0"
s.version = "1.4.0"
s.summary = "BSImagePicker is a multiple image picker for iOS 8."
s.description = <<-DESC
A mix between the native iOS 8 gallery and facebooks image picker. Allows you to preview and select multiple images.
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.4.0
* Allows you to initialize the picker with your own fetch results or asset collection. And an array of assets that should be selected on presentation.

# 1.3.0
* Setting for cells per row
* Performance tweaks (final classes)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ You have access to the cancel, album and done button. Customize them as you woul
There are also a few other settings you can tweak.They are documented in BSImagePickerSettings.<br />
[Documentation @ cocoadocs](http://cocoadocs.org/docsets/BSImagePicker/)

## Custom fetch results

Not happy with the fetch results (camera roll and albums) that BSImagePicker uses as default? You can initialize it with your own!

## Requirements

iOS 8
Expand Down

0 comments on commit 24f4d51

Please sign in to comment.