Skip to content

Commit

Permalink
readme changed
Browse files Browse the repository at this point in the history
  • Loading branch information
askopin committed Feb 15, 2019
1 parent 6ddd0ff commit 57f1ee2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ Do not forget to run `pod repo update` if spec not found

## Usage

Set `RubberRangePicker` as class for custom view in interface builder, or instantiate it from manualy from code
Set `RubberRangePicker` as class for custom view in interface builder, or instantiate it from manualy from code.

Use `minimumValue`/`maximumValue` to set border values, and `lowerValue`/`upperValue` to get or set selected values.

Target-action model (valueChanged) can be used to monitor selection changes.

There are some parameters that determine animation behavior, use sample app to check them and find values satisfying your needs.

## Author
Expand Down

0 comments on commit 57f1ee2

Please sign in to comment.