diff options
| author | Teddy Wing | 2012-05-08 22:07:01 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-05-08 22:07:01 -0400 |
| commit | deed2324a2118831a8d601c278e6a7a9051a7a1c (patch) | |
| tree | a05f4f71c4dc0aad8e5fc5128d3385f5a636fe53 /Video Tuneup/ViewController.h | |
| parent | e5685a2f9a268bb17e98a894baaed0c6b26519a9 (diff) | |
| download | Video-Tuneup-deed2324a2118831a8d601c278e6a7a9051a7a1c.tar.bz2 | |
Modified (3.) button:
* Button now functions as the 'Internet Tune-up' button
* Added parentheses labels on left & right sides of the button to indicate that it's optional
* Label on top of the button that indicates the status of the internet request
* Removed old RoundRect Internet Tune-up button (internetRequestButton)
Diffstat (limited to 'Video Tuneup/ViewController.h')
| -rw-r--r-- | Video Tuneup/ViewController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Video Tuneup/ViewController.h b/Video Tuneup/ViewController.h index 4568955..213bac1 100644 --- a/Video Tuneup/ViewController.h +++ b/Video Tuneup/ViewController.h @@ -41,7 +41,7 @@ @property (nonatomic, retain) IBOutlet UIButton *mediaLibraryButton; @property (nonatomic, retain) UIPopoverController *mediaLibraryPopover; -@property (nonatomic, retain) IBOutlet UIButton *internetRequestButton; +@property (nonatomic, retain) IBOutlet UILabel *internetRequestLabel; - (void)toggleHelpView; |
