Skip to content

A simple property list viewer in Objective-C.

Notifications You must be signed in to change notification settings

Lessica/ObjectTableViewController

Repository files navigation

ObjectTableViewController

Xcode - Build and Analyze

A simple property list viewer in Objective-C.

Usage

ObjectTableViewController *ctrl = [[ObjectTableViewController alloc] initWithPath:[[NSBundle mainBundle] pathForResource:@"Info" ofType:@"plist"]];
ctrl.pullToReload = YES;
ctrl.pressToCopy = YES;
ctrl.showTypeHint = YES;
ctrl.allowSearch = YES;
ctrl.initialRootExpanded = YES;
ctrl.coloredIndentation = YES;
ctrl.indentationWidth = 0;
UINavigationController *navCtrl = [[UINavigationController alloc] initWithRootViewController:ctrl];
[self presentViewController:navCtrl animated:YES completion:nil];

Screenshots

About

A simple property list viewer in Objective-C.

Topics

Resources

Stars

Watchers

Forks