Home

Awesome

ARObjectCollectionViewController

Twitter Version License Platform Analytics

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...

ARObjectCollectionViewController screenshot

Requirements

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];

Thanks

@samvermette/#SVWebViewController