Skip to content

Commit

Permalink
Enabled minWidth setting in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
NikKovIos committed Jan 6, 2022
1 parent dd2fa33 commit a2edaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/ExampleViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ExampleViewController: UIViewController {
config.screens = [.library, .photo, .video]

/* Can forbid the items with very big height with this property */
// config.library.minWidthForItem = UIScreen.main.bounds.width * 0.8
config.library.minWidthForItem = UIScreen.main.bounds.width * 0.8

/* Defines the time limit for recording videos.
Default is 30 seconds. */
Expand Down

0 comments on commit a2edaa9

Please sign in to comment.