Skip to content

An iOS9 Experiment with a chapter picker for any AVAsset. Tapping a chapter seeks to the time of the resource.

Notifications You must be signed in to change notification settings

need2edit/avkit-chapter-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

An iOS9 Experiment with a chapter picker for any AVAsset. Tapping a chapter seeks to the time of the resource.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages