From 57f1ee2435687827df460ded764b7c367c7bb0c4 Mon Sep 17 00:00:00 2001 From: Anton Skopin Date: Fri, 15 Feb 2019 16:58:06 +0300 Subject: [PATCH] readme changed --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3027911..2122128 100644 --- a/README.md +++ b/README.md @@ -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