CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | May 2015 |
Maintained by Valentin Kalchev.
A custom UIView that acts as a horizontal value picker. It is designed to scale depending on the size of the view and accepts values from plists. You can change the font, gradient start/end color, horizontal and vertical line colors and gradient direction.
Triggertrap: Camera remote for your SLR
Triggertrap Timelapse Pro: Intervalometer for your camera
Installing with CocoaPods
If you're unfamiliar with CocoaPods there is a great tutorial here to get you up to speed.
TTHorizontalPicker to your Podfile.pod "TTHorizontalPicker"pod install..xcworkspace file to launch Xcode and start using the control!Installing manually from GitHub
TTHorizontalPicker.h, TTHorizontalPicker.m, TTGradientView.h and TTGradientView.m files from the Source folder and add them to your Xcode project.#import TTHorizontalPicker.h wherever you need it.TTHorizontalPicker is available under the MIT license. See the LICENSE file for more info.