Subjects » Programming » Cocoa
Tue, Nov 2, 2010, 3:34pm Off-Limits Class Names in Cocoa
I just wanted document somewhere on the internet unprefixed object names in the Objective-C runtime that could potentially trip you up. I'm just talking about capitalized words, not C keywords, and I'm not talking about anything already given a namespace prefix like the NS* types.

There are un-prefixed, capitalized type names lurking in the runtime. [Read more…]
(in Programming » Cocoa)
Tue, Feb 9, 2010, 3:27pm Xcode Shortcuts
Here's a tiny adjustment to Xcode that made me happy. Using the app-specific keyboard shortcuts (System Preferences » Keyboard » Keyboard Shortcuts » Application Shortcuts) to make your workflow a touch quicker / more convenient. If you have a smaller keyboard, the key combos get more cramped and hard to remember, but I was just noticing how unused these higher function keys generally are. I'm sure you can suggest even better helpers. Of course, season to taste. [Read more…]
(1 comment, in Programming » Cocoa)