Bill Clementson's Blog

Bits and pieces (mostly Lisp-related) that I collect from the ether.

April 2009
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30
Mar  May

iPhone App Development Notes

Wednesday, April 29, 2009

As I mentioned in my previous post, I'm learning how to write code for the iPhone. While working on my first iPhone app (currently awaiting app store approval!), I came across a number of "gotchas" and things that required a bit of research to resolve. Not to say that they were particularly difficult to resolve; however, they did require a bit more work on my part to find solutions. In case my experience can benefit others (and also to record these things for my own benefit), I'll list them here on my blog. In no particular order:

Update-2009-08-11: Under "Xcode Customizations", I listed 2 nits. I've discovered solutions to these:
  1. A key binding for the "get api documentation for symbol at point" functionality in Xcode: I found that I can do this by creating two bindings:
    • Bind C-x C-s to "Select Word"
    • Bind F1 to Help/Find Selected Text in API Reference
    Now I can find the API documentation for the symbol at point by pressing "C-x C-s F1". It would be nicer to have just a single keybinding but...
  2. A key binding to split the text editor view: Cmd-" will split the window vertically, and Alt-Cmd-" splits horizontally (thanks to Chris for pointing this out). You can close the splits with Cmd-'

emacs Copyright © 2009 by Bill Clementson