The NSCell class provides a mechanism for displaying text or images in an NSView object without the overhead of a full NSView subclass. It’s used heavily by most of the NSControl classes to implement their internal workings.
The NSCell class provides a mechanism for displaying text or images in an NSView (nsview) object without the overhead of a full NSView subclass. It’s used heavily by most of the NSControl (nscontrol) classes to implement their internal workings.