Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

Tutorial: All About Images (Part 1) — UImage & UIImageView

Over the next few days I will be posting tutorials about using images in iOS. In this, the first in the series, you will learn how to load an image from your app’s bundle and display it in a UIImageView. … Continue reading

Posted in Tutorial | Tagged , , , , | 2 Comments

Snippet: Playing a System Sound

If you are using ARC see: “Playing a System Sound (ARC Version)”. Today I needed to add a simple beep sound to an app. The code snippet below shows all the relevant calls. If I had found a page with … Continue reading

Posted in Code Snippets | Tagged , , , | 3 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