• Stars
    star
    200
  • Rank 195,325 (Top 4 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 12 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

NYSliderpopover

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.