soffes / SAMWebView

Push UIWebView to its limits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAMWebView

This class pushes UIWebView to its limits and many common and usually difficult tasks very simple.

Note that this class doesn't actually inherit from UIWebView, but instead forwards all of UIWebView's public methods to an internal instance. It has been designed to be a drop in replacement for UIWebView.

Things of interest are the SAMWebView properties and the extra delegate methods.

SAMWebView is tested on iOS 6 and requires ARC. Released under the MIT license.

Installation

Simply add the files in the SAMWebView.h and SAMWebView.m to your project or add SAMWebView to your Podfile if you're using CocoaPods.

About

Push UIWebView to its limits

License:MIT License


Languages

Language:Objective-C 97.8%Language:Ruby 2.2%