Skip to content

Repository files navigation

MHWebViewController

CICD StatusVersionPlatformLicenseLanguage: Swift

mhwebvc.gif

An Instagram inspired Web View Controller.

How to Install

Using Cocoapods, on your Podfile:

target'MyApp'dopod'MHWebViewController','~> 1.0'end

How to use

Using URL

import MHWebViewController
present(url:URL(string:"https://iamkel.net")!, completion:nil)

Using URLRequest

import MHWebViewController
present(urlRequest:URLRequest(url:URL(string:"https://iamkel.net")!), completion:nil)

About

An Instagram inspired Web View Controller.

Topics

Resources

Stars

73 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages