By bloid
via cocoawithlove.com
Submitted: Jul 06 2008 / 05:58
NSMapTable is collection class that was introduced in Mac OS X 10.5 (Leopard). At first glance, it would appear to be most useful as an NSDictionary replacement that can choose between "strong" and "weak" pointers. In this post, I'll show you why it is also useful outside garbage collection and how it can do things that NSDictionary can't (or shouldn't) do.
SaveShareSend
Tags: apple, frameworks, other languages
Add your comment