Category Archives: Programming
Making NSPoint/NSRect/NSSize Objects
This post originally appeared on my Incomplete Labs blog on January 9th, 2008, and was updated on December 9th, 2010 (see below). In Objective-C the common NSPoint/NSRect/NSSize/etc. data types are implemented as structures. But what if you need to pass … Continue reading