Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashfurrow/uicollectionviewexample
https://github.com/ashfurrow/uicollectionviewexample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashfurrow/uicollectionviewexample
- Owner: ashfurrow
- License: mit
- Created: 2012-09-11T12:37:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T07:04:46.000Z (over 10 years ago)
- Last Synced: 2024-10-14T18:45:29.521Z (2 months ago)
- Language: Objective-C
- Size: 147 KB
- Stars: 100
- Watchers: 16
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UICollectionViewExample
=======================To run this example, you *must* run the following command:
git clone --recursive git://github.com/AshFurrow/UICollectionViewExample.git
This will retrieve the submodules required by the library.
Go to 500px to [register an application](http://developers.500px.com/settings/applications?from=developers) to get a consumer key and consumer secret. Open `AFMasterViewController.m` and change the following line.
[PXRequest setConsumerKey:@"consumer key here" consumerSecret:@"consumer secret here"];
Build and run. Enjoy!
![UICollectionView Example App](http://static.ashfurrow.com.s3.amazonaws.com/github/UICollectionViewExample.png)