Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 509 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 509 Bytes

Chapter Picker for iOS9

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