ARObjectCollectionViewController
ARObjectCollectionViewController copied to clipboard
UIViewController that can present a JSON NSString, JSON NSData, JSON URL, XML NSData, XML URL, RSS NSData, RSS URL, NSDictionary, NSArray, NSSet, UIImage EXIF Metadata...
ARObjectCollectionViewController
Overview
ARObjectCollectionViewController is an UIViewController that can present a JSON NSString, JSON NSData, JSON URL, XML NSData, XML URL, RSS NSData, RSS URL, NSDictionary, NSArray, NSSet, UIImage EXIF Metadata...

Requirements
- This project uses ARC. If you want to use it in a non ARC project, you must add the
-fobjc-arccompiler flag to ARObjectCollectionViewController.m and ARObjectCollectionModalViewController.m in Target Settings > Build Phases > Compile Sources.
Installation
Add the ARObjectCollectionViewController subfolder to your project. There are no required libraries other than UIKit.
Usage
(See example Xcode project)
[ARObjectCollectionViewController showObjectCollection:objectCollection];
Or you can alloc/init an instance of ARObjectCollectionViewController (for pushing) or ARObjectCollectionModalViewController (for presenting).
ARObjectCollectionViewController *objectCollectionViewController = [[ARObjectCollectionViewController alloc] initWithObjectCollection:objectCollection];