Tag Archives: Cocoa

NSTableHeaderCell

I’ve been teaching myself Cocoa lately and was wrestling with this class for a while — it didn’t seem to draw itself correctly when I hosted it myself (I’m building my own layout, but I wanted its header to be themed correctly). Here’s the most important part of the solution: - (BOOL) isFlipped { return [...]
Also tagged | Comments closed