From ec944d9869a74f11f565d8aacc4d822cd8e7a8fd Mon Sep 17 00:00:00 2001 From: Brian Jordan Date: Wed, 28 Mar 2012 13:30:16 -0400 Subject: add open song button. Closes #5 --- Video Tuneup/ViewController.m | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Video Tuneup/ViewController.m') diff --git a/Video Tuneup/ViewController.m b/Video Tuneup/ViewController.m index b88a8f8..bd2a3b5 100644 --- a/Video Tuneup/ViewController.m +++ b/Video Tuneup/ViewController.m @@ -14,7 +14,7 @@ static const NSString *ItemStatusContext; @implementation ViewController -@synthesize player, playerItem, playerView, playButton, pauseButton; +@synthesize player, playerItem, playerView, playButton, pauseButton, rewindButton; #pragma mark - Video playback @@ -78,6 +78,10 @@ static const NSString *ItemStatusContext; }]; } +- (IBAction)loadAudioFromFile:(id)sender { + NSLog(@"Loading audio from file"); +} + - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context { -- cgit v1.2.3