Categories
- Code (3)
- Code Snippets (12)
- git (1)
- Hardware (1)
- News (5)
- Objective-C (6)
- Precompiled (4)
- Programming (1)
- Review (1)
- Swift (9)
- Swift Standard Library (3)
- Tips (3)
- Tutorial (22)
- Uncategorized (3)
- WWDC (1)
-
Recent Posts
Meta
-
Author Archives: idz
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 mach, mach_absolute_time, mach_timebase_info, performance, profiling
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