Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 760 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 760 Bytes

iOS Movies App

iOS implementation of the Popular Movies App, written in Swift.

The app lists movies according to several categories, displaying basic info about each movie.

Notes

  • This app uses The Movie Database as the source for all the movies' data and pics.
    • To run the app, copy the file ios-movies-app/ApiKeys.example.plist to ios-movies-app/ApiKeys.plist, then insert in the copied file your api key. you can get create one here.

iOS Localhost XCUITest Demo

This repository was featured in iOS Conf SG 2019 conference talk "Make UITest Great Again" by Kenneth Poon.