Hope Sabbath School iOS App
Description
This app was created for a christian TV show. The show is aired once every week since 2010. This app lists all of the episodes of the show when they are released. The user can also look back at previous episodes as far back as 2013.
Features included in this app are ability to play videos streamed from a Brightcove server. There are pdfs for each episode and also audio versions of the episode the users can listen to.
The app is currently written in Objective-C as it was created before Swift was available. In the future it will be migrated to Swift.
The lists of videos are pulled from the Brightcove server with the help of Alamofire and the JSON results are mapped into arrays of custom models to help with passing the data around in the app.