#DLWebView
A UIViewController
subclass that can be used as a drop-in browser component.
Written by David Linsin, April 2011.
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+.
Check out the DLWebViewDemo
project in XCode and how DLWebViewController
is setup in MainWindow.xib
.
Please report issues and feature requests via GitHub's issue tracker.
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.
DLWebView
is licensed under the Eclipse Public License.