Lessica / PlainTextViewController

A simple plain text viewer in Objective-C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlainTextViewController

Xcode - Build and Analyze

A simple plain text viewer in Objective-C.

Usage

PlainTextViewController *ctrl = [[PlainTextViewController alloc] initWithPath:[[NSBundle mainBundle] pathForResource:@"passwd" ofType:@""]];
ctrl.pullToReload = YES;
ctrl.allowSearch = YES;
UINavigationController *navCtrl = [[UINavigationController alloc] initWithRootViewController:ctrl];
[self presentViewController:navCtrl animated:YES completion:nil];

Screenshots

About

A simple plain text viewer in Objective-C.


Languages

Language:Objective-C 100.0%