fix readme

This commit is contained in:
haranicle 2016-10-02 23:26:34 +09:00
parent 7d9503ce0c
commit d58a9bd994
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
}