All Projects → objcio → Issue 1 Lighter View Controllers

objcio / Issue 1 Lighter View Controllers

Example project for the 1st issue of objc.io

objc.io sample project for issue #1: lighter view controllers

This project serves as an example for the topics discussed in the inaugural edition of objc.io. This app is a very simple and contrived example, which only serves the purpose of showing the discussed techniques in context.

This app comes with a predownloaded archive of photo records from 500px, and displays them with some additional details. We only show the metadata of the photos and the pictures itself, because we didn't want to add networking and the complexity of presenting downloaded photos in table view cells in a good way, so that we can concentrate on the techniques discussed in this edition.

Cloning this project

To get the tests to run, you need to install the OCMock dependency by running the following commands:

git submodule init
git submodule update
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].