Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
preSelectItemOnMultipleSelection moved to library
  • Loading branch information
DexGitre authored Feb 11, 2022
1 parent 4dbae7a commit cf60911
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 cf60911

Please sign in to comment.