September 2002
Intermediate to advanced
1272 pages
31h 12m
English
IN THIS CHAPTER
The Application Kit contains classes that provide the user interface elements common to most applications. However, some applications require the use of custom interface elements and graphics that none of the Application Kit classes provide. For example, the Application Kit doesn’t contain any classes for plotting graphs. Therefore, it is necessary to subclass NSView, an Application Kit class, to create such graphics.
There are several ways to draw when implementing a subclass of NSView. The first and most common way is to use Quartz 2D graphics. Another is to use Cocoa’s support ...
Read now
Unlock full access