Skip to content

A generic code challenge applied to iOS engineers (RESTful API, data binding to UI, navigation, auto-layout and search controller)

Notifications You must be signed in to change notification settings

gobetti/CodeChallenge-iOS-TMDB

Repository files navigation

Build Status codecov.io

CodeChallenge-iOS

This is my attempt on a common code challenge applied by companies looking for iOS engineers. Usually they ask for an app that connects to a RESTful API to fetch a list of items, search through items and open a details page - the chosen API is what changes the most. This project uses TMDB.

Manual build instructions

Please refer to the .travis.yml file for commands to run before building.

Also, make sure to add your own API key to the Constants.swift file:

let api_key = "<your api key here>"

About

A generic code challenge applied to iOS engineers (RESTful API, data binding to UI, navigation, auto-layout and search controller)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published