diff options
| author | Brian Jordan | 2012-03-28 15:26:21 -0400 |
|---|---|---|
| committer | Brian Jordan | 2012-03-28 15:26:21 -0400 |
| commit | 691dd6be8a3924bc5cca09c5263945f4659ccac0 (patch) | |
| tree | 089e11d010131d056f34573292dccdf407e7c14d /Video Tuneup/ViewController.m | |
| parent | ec944d9869a74f11f565d8aacc4d822cd8e7a8fd (diff) | |
| download | Video-Tuneup-691dd6be8a3924bc5cca09c5263945f4659ccac0.tar.bz2 | |
fix iPad rotation of buttons
Diffstat (limited to 'Video Tuneup/ViewController.m')
| -rw-r--r-- | Video Tuneup/ViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Video Tuneup/ViewController.m b/Video Tuneup/ViewController.m index bd2a3b5..0c4279a 100644 --- a/Video Tuneup/ViewController.m +++ b/Video Tuneup/ViewController.m @@ -79,7 +79,7 @@ static const NSString *ItemStatusContext; } - (IBAction)loadAudioFromFile:(id)sender { - NSLog(@"Loading audio from file"); + NSLog(@"Loading audio from file [NOT YET IMPLEMENTED]"); } - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object |
