Latest | 0.1.2 |
---|---|
Homepage | https://github.com/mruegenberg/ios-NumberRangeSelector |
License | MIT |
Platforms | ios 5.1, requires ARC |
Dependencies | objc-utils, uikit-utils |
Frameworks | UIKit, CoreGraphics |
Authors |
Granular selection from a numeric range for iOS.
This control is useful whenever you need to select from a range and can therefore be used as a replacement for UISlider and UIPickerView.
The original usecase was the weight entry for the app Weightely.
Installation
Install the ios-NumberRangeSelector Cocoapod.
Alternatively, copy the .h
and .m
files into your project, and either install the objc-utils Cocoapod or copy the UIColor+HelperAdditions
and NSObject+ObserveActions
categories from there into your project.
License
MIT.
Screenshot
Build status
Latest podspec
{ "name": "ios-NumberRangeSelector", "version": "0.1.2", "summary": "Granular selection from a numeric range for iOS.", "description": " Intuitive selection from a numeric range / interval in a more intuitive way than n UIPickerView or UISlider provide.n", "homepage": "https://github.com/mruegenberg/ios-NumberRangeSelector", "screenshots": "https://raw.github.com/mruegenberg/ios-NumberRangeSelector/master/doc/screenshot1.png", "license": "MIT", "authors": { "Marcel Ruegenberg": "[email protected]" }, "platforms": { "ios": "5.1" }, "source": { "git": "https://github.com/mruegenberg/ios-NumberRangeSelector.git", "tag": "0.1.2" }, "source_files": "*.{h,m}", "public_header_files": "NumberRangeSelector.h", "frameworks": [ "UIKit", "CoreGraphics" ], "requires_arc": true, "dependencies": { "objc-utils": [ ">= 0.6.0" ], "uikit-utils": [ "~> 0.5.1" ] } }
Fri, 04 Mar 2016 11:59:03 +0000