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.
- In Terminal navigate to the root of your project.
- Run 'touch Podfile' to create the Podfile.
- Open the Podfile using 'open -e Podfile'
- Add the pod
TTHorizontalPicker
to your Podfile.
pod 'TTHorizontalPicker'
- Run
pod install
. - Open your app's
.xcworkspace
file to launch Xcode and start using the control!
Installing manually from GitHub
- Download the
TTHorizontalPicker.h
,TTHorizontalPicker.m
,TTGradientView.h
andTTGradientView.m
files from the Source folder and add them to your Xcode project. #import TTHorizontalPicker.h
wherever you need it.- Follow the included sample project to get started.
TTHorizontalPicker is available under the MIT license. See the LICENSE file for more info.