Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/objcio/issue-1-lighter-view-controllers
Example project for the 1st issue of objc.io
https://github.com/objcio/issue-1-lighter-view-controllers
Last synced: 5 days ago
JSON representation
Example project for the 1st issue of objc.io
- Host: GitHub
- URL: https://github.com/objcio/issue-1-lighter-view-controllers
- Owner: objcio
- Created: 2013-06-06T13:09:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T15:42:29.000Z (about 9 years ago)
- Last Synced: 2024-12-28T14:11:14.714Z (12 days ago)
- Language: Objective-C
- Size: 286 KB
- Stars: 739
- Watchers: 40
- Forks: 227
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://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