aboutsummaryrefslogtreecommitdiffstats
path: root/Video Tuneup/Classes/AssetsViewController.m
AgeCommit message (Collapse)Author
2012-05-08Default "no-content" view: if no video is selected, show this view so that ↵Teddy Wing
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.
2012-05-08Video library popover now gets dismissed automatically when you select a video.Teddy Wing
2012-04-25load video from library. Resolves Issue #19Brian Jordan
2012-04-24Video library popover works.Teddy Wing
2012-04-24Changed AssetsViewController to UITableViewController subclass.Teddy Wing
2012-04-24Added AssetsViewController to show the video library in a tableviewTeddy Wing