FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

spin0us/SLStepper: Stepper based on UISegmentedControl for iOS < 5.0 · GitHub

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

About these class

This class is based on a UISegmentedControl in order to create a stepper control for iOS < 5.0.

You can specify the minimum, maximum, start and step values.

Example

SLStepper *myStepper = [[SLStepper alloc] initWithFrame:CGRectMake(185.0, 6.0, 110.0, 30.0)
                                                withMin:1 
                                                withMax:15
                                              withValue:1 
                                               withStep:1];

About

Stepper based on UISegmentedControl for iOS < 5.0

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL