ADVPercentProgressBar demo. More...
#import <ADVViewController.h>
Instance Methods | |
| (IBAction) | - sliderValueChanged: |
| Action on sliding. | |
Properties | |
| IBOutlet ADVPercentProgressBar * | pbRangeValue |
| An ADVPercentProgressBar showing the integral value. | |
| IBOutlet ADVPercentProgressBar * | pbRangePercent |
| An ADVPercentProgressBar showing the percentage of the value. | |
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:
| - (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.
| sender | Slider that is sending the action message. |
1.8.2