diff options
| author | Teddy Wing | 2012-05-08 22:27:13 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-05-08 22:27:13 -0400 | 
| commit | b42053cbf773f8964c8f1d06c8d938ef11c11114 (patch) | |
| tree | 8d69c0638ebfea30b5d09d957402d720e050fbf2 /Video Tuneup/ViewController.h | |
| parent | 93ee2e4e3289155e1ce4c3ec4dbe37573e1e3f00 (diff) | |
| download | Video-Tuneup-b42053cbf773f8964c8f1d06c8d938ef11c11114.tar.bz2 | |
Export button: added an activity indicator so there's some action going on on the screen to keep users entertained while the video exports to the media library.
Diffstat (limited to 'Video Tuneup/ViewController.h')
| -rw-r--r-- | Video Tuneup/ViewController.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Video Tuneup/ViewController.h b/Video Tuneup/ViewController.h index 213bac1..33a51c5 100644 --- a/Video Tuneup/ViewController.h +++ b/Video Tuneup/ViewController.h @@ -36,6 +36,7 @@  @property (nonatomic, retain) IBOutlet UIButton *exportButton;  @property (nonatomic, retain) IBOutlet UIToolbar *videoNavBar;  @property (nonatomic, retain) IBOutlet UILabel *exportStatus; +@property (nonatomic, retain) IBOutlet UIActivityIndicatorView *exportActivityIndicator;  @property (nonatomic, retain) IBOutlet UISlider* mScrubber;  @property (nonatomic, retain) IBOutlet UIButton *mediaLibraryButton; | 
