• Set the superview class in IB. • Drop in the NSMatrix instances. • Use unique cell tags. • Connect targets and delegate. • Put action code in the delegate method.
NSButtonCell // AppKit passes in an all-gray string. // Override to change the string color. // Then call super. - (NSRect)drawTitle:(NSAttributedString *)title withFrame:(NSRect)frame inView:(NSView *)controlView;
them. • Embed any view in an AKFocusView. • No code required. • Redraws automatically as needed. • Draws focus ring as solid border. • Suppresses normal AppKit focus ring.