Skip to content

PAM-AS/PAMWebBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAMWebBrowser

Web browser for iOS, intended to be used inside apps

Version Platform

Features

  • Web browser with navigation and address bar
  • Address bar searches google if no domain is found
  • You can add a list of blocked domains, with a fallback (see example project)
  • You can add custom buttons that run custom features (see example project)

Screenshot

Screenshot

Installation

PAMWebBrowser is available through CocoaPods, to install it add the following line to your Podfile, then run pod install:

pod "PAMWebBrowser"

Usage

  1. Import UIViewController+BrowserIBAction.h
  2. Call [self showBrowser:nil]; or connect your button in IB.

#todo

  • Make status bar collapse like in Safari
  • Forward + backward gestures
  • History and autocomplete

Author

Thomas S. Nielsen (@thomassnielsen, thomas@pam.no)

License

PAMWebBrowser is available under the MIT license. See the LICENSE file for more info.