Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

Added Online Resources Page

I’ve just added a new page to this site: Online Resources for iOS developers. If you are not already familiar with them, the videos posted by Stanford University are worth a look. They are available on iTunes and YouTube. I … Continue reading

Posted in News | Leave a comment

Quick Performance Measurements

A quick and easy way to measure the performance of a piece of iOS code is to dig down below all the Cocoa Touch stuff and use the low-level mach_absolute_time. This call returns a tick count that can be converted … Continue reading

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

Handy UIKit Debugging Functions

I don’t know how many times I had typed something like before I discovered that UIKit has the following handy string conversions functions Reference UIKit Function Reference

Posted in Code Snippets | Tagged , , , | Leave a comment