Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

Precompiled libogg and libvorbis with 64-bit Support

I’ve updated my precompiled libogg and libvobis libraries on github. Also included in the updated repositories are the scripts I used to compiled them and instructions how to re-create the compilation process. You can find the repositories here: libogg, libvorbis. … Continue reading

Posted in Precompiled | 5 Comments

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