A simple view controller class that manages a web view.
init with an NSURL and present EPSWebViewController.
NSURL *url = [NSURL URLWithString:@"http://cocoapods.org"];
EPSWebViewController *webViewController = [[EPSWebViewController alloc] initWithURL:url];
// Present `EPSWebViewController`
...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.