CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Feb 2016 |
Maintained by alexruperez.
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...
-fobjc-arc compiler flag to ARObjectCollectionViewController.m and ARObjectCollectionModalViewController.m in Target Settings > Build Phases > Compile Sources.Add the ARObjectCollectionViewController subfolder to your project. There are no required libraries other than UIKit.
(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];