Keep Da Link

To content | To menu | To search

Keyword - cocoa

Entries feed - Comments feed

-->

March 11, 2009

A better NSLog

When debugging, I often found that NSLog is really boring, here is an attempt to make it nicer:

Continue reading...

Dec. 22, 2008

NSThread iPhone Template

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

Continue reading...