Category Archives: Tutorial

Swift Standard Library: Zip2

There are lots useful of type, functions, protocols and classes in the Swift Standard Library, many of which have little or no documentation. After finding Swifter a website that extracts what little documentation exists, I have been trying to come … Continue reading

Posted in Swift, Tutorial | Leave a comment

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

If you completed part two of the tutorial and it seems to be working well you can continue with your current project, or if you prefer you can download the starting point here: GitHub IDZWebBrowser Step4 Outstanding Issues In this … Continue reading

Posted in Tutorial | 5 Comments

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

In part one of this tutorial you created the user interface for a simple web browser, but it could only go to a single hardcoded page. In this part of the tutorial, you will customize the Navigation Bar to add … Continue reading

Posted in Tutorial | 2 Comments