5 Jan
2009
5 Jan
'09
8:52 p.m.
In practice, you should avoid passing objects as context to methods like this one, because their implementation won't keep a GC reference to them, so they might disappear during a collection cycle.
Since the Cocoa frameworks are GC-aware, these are generally strong pointers. -Ben