MHWebViewController

发表于 3年以前  · 总阅读数:9180 次

MHWebViewController

https://oss-cn-hangzhou.aliyuncs.com/codingsky/cdn/img/2020-05-07/0577480509f062b6c544e85da4f36036.gif

An Instagram inspired Web View Controller.

How to Install

Using Cocoapods, on your Podfile:

target 'MyApp' do
  pod '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)

MHWebViewController

程序语言:Swift

 62个收藏

 3个关注

访问GitHub主页
 目录