##Setup
-
Install the latest version of Xcode (Xcode 6.3.2 at the time of writing this)
-
Run
git clone git@github.com:onemonth/Photog-App.gitor download the zip from Github -
Open the project in Xcode
-
In the
setupParse()function at the bottom of theAppDelegate.swiftfile, replace the placeholder values with your Parse "Application ID" and "Client Key":
Parse.setApplicationId("YOUR_APPLICATION_ID", clientKey:"YOUR_CLIENT_KEY")
##To Do
- Resolve constraints issues with VideoCell.xib...