March 11, 2009
A better NSLog
By AkH, 3 years, 2 months ago, modified Aug. 3, 2009
When debugging, I often found that NSLog is really boring, here is an attempt to make it nicer:
To content | To menu | To search
March 11, 2009
By AkH, 3 years, 2 months ago, modified Aug. 3, 2009
When debugging, I often found that NSLog is really boring, here is an attempt to make it nicer:
Dec. 22, 2008
By AkH, 3 years, 5 months ago, modified March 12, 2009
This is firstly a reminder for myself, here is a great example how to fire up a thread to perform long operation on iphone, without blocking reactivity.
Stanford CS 193P iPhone application programming is still the best place to find optimised example that works.
All this examples was taken from this courses, see chap 10 & 11 about TableView optimisation