↧
Objects that Won’t Hide
NOTE: Although this specific Bug Bite is about NSTextView, and the “hidden” property, the same underlying issue applies to other interface-objects (NSTableView, etc.), and different properties, like...
View ArticleOne assert() You Need?
Accidently disconnected outlets in shipping Cocoa apps are legend. — Jonathan “Wolf” Rentzsch From what I can tell assert() is slowly going the way of the goto in the programming world. Exceptions,...
View ArticleColor Blindness
Roughly 10% of men are color blind to some degree. You need to be sure your interfaces are accessible to them. (Unless you are designing exclusively for women I suppose, since women are about 20x less...
View Article