Skip to content

Commit

Permalink
Merge pull request #727 from DexGitre/patch-1
Browse files Browse the repository at this point in the history
readme updated
  • Loading branch information
NikKovIos authored Apr 26, 2022
2 parents 12ade40 + cf60911 commit d17d8f4
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 @@ -123,7 +123,6 @@ config.bottomMenuItemSelectedColour = UIColor(r: 38, g: 38, b: 38)
config.bottomMenuItemUnSelectedColour = UIColor(r: 153, g: 153, b: 153)
config.filters = [DefaultYPFilters...]
config.maxCameraZoomFactor = 1.0
config.preSelectItemOnMultipleSelection = true
config.fonts..
```

Expand All @@ -141,6 +140,7 @@ config.library.numberOfItemsInRow = 4
config.library.spacingBetweenItems = 1.0
config.library.skipSelectionsGallery = false
config.library.preselectedItems = nil
config.library.preSelectItemOnMultipleSelection = true
```

### Video
Expand Down

0 comments on commit d17d8f4

Please sign in to comment.