Skip to content

ElectricPeelSoftware/EPSWebViewController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EPSWebViewController

A simple view controller class that manages a web view.

Usage

init with an NSURL and present EPSWebViewController.

NSURL *url = [NSURL URLWithString:@"http://cocoapods.org"];
EPSWebViewController *webViewController = [[EPSWebViewController alloc] initWithURL:url];
// Present `EPSWebViewController`
...

Installation

EPSWebViewController is available through CocoaPods, to install it simply add the following line to your Podfile:

pod "EPSWebViewController"

Alternatively, add all files from the “Classes” folder to your project.

About

A view controller class that manages a web view.

Resources

License

Stars

Watchers

Forks

Packages

No packages published