Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

Tip: Restoring the Sidebar Table of Contents in Xcode 4

Ever since Apple removed the sidebar table of contents (TOC) in Xcode 4 I find myself using the online documents (which still have it) instead of those in Xcode. The other day I stumbled on this great blog entry from … Continue reading

Posted in Tips | Leave a comment

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

Precompiled Ogg Vorbis Libraries for iOS

As well as the “All About Images” series of tutorials I have also been working on a series of tutorials explaining how to compile common open source packages for iOS. When I reviewed various forums it appeared that libogg and … Continue reading

Posted in Precompiled | 13 Comments