bjarkehs / MovieDatabase-iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieDatabase

This a project used in an course to teach iOS. It fetches movie data from a server and displays them in a list. The project is barebone on master, since this is the starting point. There are branches for later versions and other features to give students ideas on how to implement things.

Installation

Make sure you have Homebrew: https://brew.sh

Once Homebrew is installed install Carthage and SwiftLint:

brew install carthage swiftlint

Once these are installed you'll have to install 3rd party libraries with Carthage:

carthage bootstrap --platform iOS

The --platform iOS is only to avoid having to compile more than necessary.

You are now ready to open MovieDatabase.xcodeproj and run the example.

About


Languages

Language:Swift 100.0%