An iOS9 Experiment with a chapter picker for any AVAsset. Tapping a chapter seeks to the time of the resource.
General Overview:
- Utilizes container views and delegates to manage a AVPlayerViewController and UITableViewController for selecting a chapter from a list
- Utilizes SimpleDataSource protocol to enforce generic data type principals
- Utilizes SegueHandlerType Protocols to enforce strict naming of Segue Identifers (Used from WWDC Talk)
Requirements:
- Xcode 7 Beta