SkillAgentSearch skills...

ARObjectCollectionViewController

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

Install / Use

/learn @alexruperez/ARObjectCollectionViewController
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

  • This project uses ARC. If you want to use it in a non ARC project, you must add the -fobjc-arc compiler 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];

Thanks

@samvermette/#SVWebViewController

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated5mo ago
Forks0

Languages

Objective-C

Security Score

87/100

Audited on Oct 14, 2025

No findings