Merge pull request #61 from nohana/fix-readme-for-0.7.1

fix readme
This commit is contained in:
Kazushi Hara 2016-10-02 23:27:52 +09:00 committed by GitHub
commit eafd52c8ac
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ picker.shouldShowMoment = shouldShowEmptyAlbum = true
picker.shouldShowEmptyAlbum = true
// Disable to pick asset
picker.canPickAsset = { (asset:AssetType) -> Bool in
picker.canPickAsset = { (asset:Asset) -> Bool in
return false
}