Web browser for iOS, intended to be used inside apps
- 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)
PAMWebBrowser is available through CocoaPods, to install
it add the following line to your Podfile, then run pod install
:
pod "PAMWebBrowser"
- Import
UIViewController+BrowserIBAction.h
- Call
[self showBrowser:nil];
or connect your button in IB.
#todo
- Make status bar collapse like in Safari
- Forward + backward gestures
- History and autocomplete
Thomas S. Nielsen (@thomassnielsen, thomas@pam.no)
PAMWebBrowser is available under the MIT license. See the LICENSE file for more info.