Hi Jon,
I tried compiling the project you attached but I was still getting
Assertion Failures so I built the project from scratch again and it
loads into IB without Assertion Failures (I think there is definitely
something not setup right in the project you attached!).
O.k First off, just
Hi,
I need to alter the hashMarks of an NSRulerView so that the labels
increment from 1 rather than the default: 0. As I understand it, this
should be done by either subclassing NSRulerView and overriding
drawHashMarkAndLabelsInRect: or using a delegate.
I must admit, I'm quite new to coc