IVSWebViewController 0.1.3

IVSWebViewController 0.1.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2017

Maintained by IVSWebViewController.



  • By
  • netcanis

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

IVSWebViewController *vc = [[IVSWebViewController alloc] init];
UINavigationController *navi = [[UINavigationController alloc] initWithRootViewController:vc];
[vc loadURLString:@"https://www.google.com"];
[self presentViewController:navi animated:YES completion:nil];

Requirements

  • Base SDK: iOS 10
  • Deployment Target: iOS 9.0 or greater
  • Xcode 8.x

Installation

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

pod "IVSWebViewController"

Author

netcanis, [email protected]

License

IVSWebViewController is available under the MIT license. See the LICENSE file for more info.