aboutsummaryrefslogtreecommitdiffstats
path: root/Video Tuneup/ViewController.h
diff options
context:
space:
mode:
authorTeddy Wing2012-05-08 22:27:13 -0400
committerTeddy Wing2012-05-08 22:27:13 -0400
commitb42053cbf773f8964c8f1d06c8d938ef11c11114 (patch)
tree8d69c0638ebfea30b5d09d957402d720e050fbf2 /Video Tuneup/ViewController.h
parent93ee2e4e3289155e1ce4c3ec4dbe37573e1e3f00 (diff)
downloadVideo-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.h1
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;