DLWebView icon indicating copy to clipboard operation
DLWebView copied to clipboard

[INACTIVE] A `UIViewController` subclass that can be used as a drop-in browser component.

#DLWebView

A UIViewController subclass that can be used as a drop-in browser component.

Written by David Linsin, April 2011.

Usage

The source consists of a single UIViewController subclass called DLWebViewController. It displays a UIWebView and features refresh, back and forward buttons as well as a UITextField for entering a URL. DLWebView is meant to be used with a UINavigationController and expects you to hook up a UIBarButtonItem, which is enabling/disabling the text field to enter a URL.

DLWebView works in portrait as well as in landscape mode. It is compatible with iOS 3.2+.

Demo

Check out the DLWebViewDemo project in XCode and how DLWebViewController is setup in MainWindow.xib.

Issues and Feature Requests

Please report issues and feature requests via GitHub's issue tracker.

ARC

There's an ARC branch which you can use if your App uses the latest&greatest. It'll sooner or later find it's way into master.

License

DLWebView is licensed under the Eclipse Public License.