Skip to content

excuseser/SVWebViewControllerPlus

Repository files navigation

SVWebViewControllerPlus

Base on SVWebViewController for app ip-helper

SVWebViewController

Differents

  • Add progressview for loading.
  • ADD url address Bar.

Usage

same as SVWebViewController

(see sample Xcode project in /Demo)

Just like any UIViewController, SVWebViewController can be pushed into a UINavigationController stack:

SVWebViewController *webViewController = [[SVWebViewController alloc] initWithAddress:@"http://google.com"];
[self.navigationController pushViewController:webViewController animated:YES];

It can also be presented modally using SVModalWebViewController:

SVModalWebViewController *webViewController = [[SVModalWebViewController alloc] initWithAddress:@"http://google.com"];
[self presentViewController:webViewController animated:YES completion:NULL];

Credits

SVWebViewController is brought to you by Sam Vermette and contributors to the project. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by creating new issues. If you're using SVWebViewController in your project, attribution is always appreciated.

About

base on SVWebViewController

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published