Skip to content

Nyvra/NYSliderpopover

Repository files navigation

NYSliderPopover

A UISlider subclass that displays a popover above the slider as the value changes.

Written by Cassius Pacheco at Nyvra Software, December 2012.

Installation

Just drop the files under Source into your Xcode project.

Usage

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.

Demo

You can open the NYSliderPopoverDemo demo project in Xcode and run it on your iPhone as well as in the Simulator.

ARC

This version is made using Automated Reference Counting.

License

NYSliderPopover is available under the MIT license. See the LICENSE file for more info.