February 2004

How to draw text in a non-flipped view ?

To draw text in a NSView view of my own, the view has to return YES from its isFlipped method. But if I really need to draw text in a non-flipped view, how ?
(If you don't see what we refer to, open the Sketch example in your Developer folder and comment out the
isFlipped method of the SKGraphicView...).
More...