mikeash.com: just this guy, you know?

NSBlog
RSS feed (full text feed)

hack nib nscell

Showing entries tagged "nscell". Full blog index.

Custom NSCells Done Right at 2006-04-06 00:00
Tags: nscell nib hack Anyone who's done enough Cocoa has eventually run into the nightmare that is subclassing an NSCell. While it looks simple enough, actually getting an Interface Builder-generated control to use your NSCell subclass is effectively impossible. You either have to use CustomViews in IB, write an IBPalette, or do a whole lot of tedious and error-prone manual copying of attributes to get everything from the IB-provided cell into your own.
(Read More) 12 comments