ADVProgressBar for iOS
iPhone widget
 All Classes Functions Enumerations Properties Pages
Instance Methods | Properties | List of all members
ADVViewController Class Reference

ADVPercentProgressBar demo. More...

#import <ADVViewController.h>

Inheritance diagram for ADVViewController:

Instance Methods

(IBAction) - sliderValueChanged:
 Action on sliding.
 

Properties

IBOutlet ADVPercentProgressBarpbRangeValue
 An ADVPercentProgressBar showing the integral value.
 
IBOutlet ADVPercentProgressBarpbRangePercent
 An ADVPercentProgressBar showing the percentage of the value.
 

Detailed Description

ADVPercentProgressBar demo.

Demonstrate how to create and instantiate a bunch of ADVPercentProgressBar custom views. They are added to the View Controller in the two ways:

Method Documentation

- (IBAction) sliderValueChanged: (UISlider *)  sender

Action on sliding.

Get the value changed sliding along the track.

The value is returned in the range 0.0 - 1.0 and is used to animate the ADVPercentProgressBar views.

Parameters
senderSlider that is sending the action message.

The documentation for this class was generated from the following files: