SkillAgentSearch skills...

MHWebViewController

An Instagram inspired Web View Controller.

Install / Use

/learn @michaelhenry/MHWebViewController
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MHWebViewController

CICD Status Version Platform License <a href="https://developer.apple.com/swift"><img src="https://img.shields.io/badge/swift-5-4BC51D.svg?style=flat" alt="Language: Swift" /></a>

mhwebvc.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)
View on GitHub
GitHub Stars73
CategoryDevelopment
Updated4mo ago
Forks12

Languages

Swift

Security Score

97/100

Audited on Nov 17, 2025

No findings