Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
tilltue committed Dec 12, 2017
1 parent 7dca650 commit 2934a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public struct TLPhotosPickerConfigure {
public var mediaType: PHAssetMediaType? = nil
public var numberOfColumn = 3
public var maxSelectedAssets: Int? = nil //default: inf
public var fetchOption: PHFetchOptions? = nil
public var fetchOption: PHFetchOptions? = nil //default: creationDate
public var singleSelectedMode = false
public var selectedColor = UIColor(red: 88/255, green: 144/255, blue: 255/255, alpha: 1.0)
public var cameraBgColor = UIColor(red: 221/255, green: 223/255, blue: 226/255, alpha: 1)
Expand Down

0 comments on commit 2934a0f

Please sign in to comment.