Tag Archives: UIWebView

Tutorial: Building a Web Browser with UIWebView (Part 4)

In this tutorial, inspired by user feedback, I will show how to add gesture recognizers as alternatives to the “back” and “forward” buttons on the toolbar and also how to suppress spurious error messages. The starting point for this tutorial … Continue reading

Posted in Tutorial | Tagged , , , , | 7 Comments

Tutorial: Building a Web Browser with UIWebView (Part 3)

This tutorial is part three of a three part tutorial on creating a web browser using UIWebView (see Part 1 & Part 2). A screenshot of the completed project is shown in Figure 1. If you completed part two of … Continue reading

Posted in Tutorial | Tagged , , , , , , | 12 Comments

Tutorial: Building a Web Browser with UIWebView (Part 2)

A new version of this tutorial, updated for Xcode 5 and iOS 7, is available here: Building a Web Browser with UIWebView Revisited (Part 2) In yesterdays tutorial, Building a Web Browser with UIWebView (Part 1) you completed a skeletal … Continue reading

Posted in Tutorial | Tagged , | 4 Comments