Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

Snippet: Playing a System Sound (ARC Version)

A minor change is needed to the “Playing a System Sound” code snippet. A __bridge modifier has to be added to the CFURLRef cast.

Posted in Code Snippets | Tagged , , , | 1 Comment

Tutorial: All About Images (Part 2) — Panning & Zooming with UIScrollView

In this tutorial I will explain how to embed a UIImageView in a UIScrollView to allow zooming and panning of images, similar to Apple’s Photo app. I’ll dig a little bit deeper than most tutorials on the web and explain … Continue reading

Posted in Tutorial | Tagged , , , | 2 Comments

Rest of AllAboutImages Tutorials will be Delayed

Just a quick note for those of you waiting on the next part of the AllAboutImages tutorial. It will be delayed for a few days. In the meantime you may want to check out our other tutorials.

Posted in News | Leave a comment