MHWebViewController

An Instagram inspired Web View Controller.

MHWebViewController

How to Install

Using Cocoapods, on your Podfile:

target 'MyApp' do
  pod 'MHWebViewController', '~> 1.0'
end
Ruby

How to use

Using URL

import MHWebViewController

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

Using URLRequest

import MHWebViewController

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

GitHub

An Instagram inspired Web View Controller.Read More

Latest commit to the master branch on 2-12-2024
Download as zip