diff options
| author | Teddy Wing | 2012-05-08 18:31:19 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-05-08 18:31:19 -0400 |
| commit | 5c0e1597bd05ae886cfc71cd3570e00c531e7cbf (patch) | |
| tree | 1d99969ea5642e2b1433961ebbe591f072c91027 /Video Tuneup/Classes/AssetsViewController.m | |
| parent | db13cca2b48614d55be867e097e406d11ea079cd (diff) | |
| download | Video-Tuneup-5c0e1597bd05ae886cfc71cd3570e00c531e7cbf.tar.bz2 | |
Default "no-content" view: if no video is selected, show this view so that the user knows they have to select a video, and so they know how to use the app. Once the user has selected a video, this 'help view' gets hidden so they can preview their video in the playerView.
Diffstat (limited to 'Video Tuneup/Classes/AssetsViewController.m')
| -rw-r--r-- | Video Tuneup/Classes/AssetsViewController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Video Tuneup/Classes/AssetsViewController.m b/Video Tuneup/Classes/AssetsViewController.m index 44fb565..fa55089 100644 --- a/Video Tuneup/Classes/AssetsViewController.m +++ b/Video Tuneup/Classes/AssetsViewController.m @@ -185,6 +185,7 @@ NSLog(@"AssetURL %@", [assetURLs valueForKey:assetURLKey]); [_viewController loadAssetFromFile:[assetURLs valueForKey:assetURLKey]]; [[_viewController mediaLibraryPopover] dismissPopoverAnimated:YES]; // Dismiss the popover view + [_viewController toggleHelpView]; // remove the default help view if it's there. } } |
