Vincent Gable’s Blog

October 19, 2008

Xcode Shortcuts

Filed under: MacOSX,Programming,Tips |
― Vincent Gable on October 19, 2008

A complete list of Xcode keyboard shortcuts.

See also, my personal list of useful Mac OS X text-editing shortcuts.

August 20, 2008

Localizing In Xcode

Let me say this again in slow motion: NEVER type in ANY English string without typing NSLocalizedString() around it! This will save you SO MUCH HASSLE later on when your app is popular. Remember that enterprising polyglots can localize your code from just the binary you ship if you follow a few rules of localization, so you may wake up one day and find that someone from across the world has mailed you a your app in another language. It’s a fuzzy feeling and it gets you instant market-share.

Wil Shipley

August 13, 2008

Quickly Switching Between Headers and Source Files in Xcode

Filed under: MacOSX,Programming,Tips |
― Vincent Gable on August 13, 2008

Command + Option + Up-arrow will switch between a header and source-code file in Xcode. I wish I had figured this out years ago.

« Newer Posts

Powered by WordPress