A UISlider subclass that displays a popover above the slider as the value changes.
Written by Cassius Pacheco at Nyvra Software, December 2012.
Just drop the files under Source
into your Xcode project.
First import NYSliderPopover.h
#import "NYSliderPopover.h"
Then simply create an NYSliderPopover instance with Storyboards, XIBs or code ad you'd normally do with a regular UISlider.
See the demo for more detailed examples.
You can open the NYSliderPopoverDemo
demo project in Xcode and run it on your iPhone as well as in the Simulator.
This version is made using Automated Reference Counting.
NYSliderPopover is available under the MIT license. See the LICENSE file for more info.