All Projects → Cuberto → Rubber Range Picker

Cuberto / Rubber Range Picker

Licence: mit

Programming Languages

swift
15916 projects

Cuberto's development lab:

Cuberto is a leading digital agency with solid design and development expertise. We build mobile and web products for startups. Drop us a line.

rubber-range-picker

GitHub license CocoaPods Swift 4.2

Animation

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 9.3+
  • Xcode 10

Installation

rubber-range-picker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'rubber-range-picker'

Then run pod install.

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.

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

Cuberto Design, [email protected]

License

rubber-range-picker is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].