carousell / pickle

Carousell flavoured image picker with multiple photo selections.
https://carousell.github.com/pickle
Apache License 2.0
60 stars 25 forks source link

Use constant for configuring limit #19

Closed tflhyl closed 6 years ago

tflhyl commented 6 years ago

Avoid confusion e.g. #14.

carouselljenkins commented 6 years ago

@hydralisk01, can you review this pull request?

ErAshu commented 6 years ago

How to pass selectionsLimit and hint text from viewController?

bcylin commented 6 years ago

ImagePickerSelection.limit(to: selectionsLimit) is part of ImagePickerConfigurable. It's passed to the image picker controller via init(selectedAssets:configuration:).

Hint text is set via the hint attributed string.

carouselljenkins commented 6 years ago
1 Error
:no_entry_sign: Please rebase to get rid of the merge commits in this PR

Generated by :no_entry_sign: Danger