Re: Unarchiving cells out of order.

2010-10-18 Thread Ben Lachman
Apparently I was working around a problem that no longer exists for most common cases. You don't need to do any shenanigans with replacing or overriding -initWithCoder: to get custom cells to work from IB anymore. To get a custom cell class unarchived directly from the nib, just keep clicking

Unarchiving cells out of order.

2010-10-18 Thread Ben Lachman
Hi all. I have a work around for the problem that one runs into with custom subclassed controls that use custom cells being unarchived from nibs with standard cells. (this is covered many place, possibly most succinctly here: http://mikeash.com/pyblog/custom-nscells-done-right.html) This work