Well I guess I underestimated how many “story tellers” out there want to tell a part of their story with video. Again, because the people asked, I’ve added this option to the kit and updated the documentation.
If you purchased the kit, you should have an updated download link in a moment. To upgrade your Xcode project if you’ve already been working on it.
Step 1: From the updated template, drag over the files inside the CCVideoPlayer folder into your current project. Just be sure when you copy them into the project, you toggle on Copy Items into destination group’s folder (if needed) and be 100% sure that you have a checkmark next to Add to targets.
Step 2: Add the MediaPlayer.framework to your kit. If you don’t know how to do that, open the image below. In the Build Phases tab, look for Link Binary with Libraries, click the plus sign to add a framework, then find MediaPlayer. That’s it.
Step 3: Replace the code in the Page.h, Page.m, and ImageOverlay.h and ImageOverlay.m files.












Cool, Thanks Justin!