Wednesday, June 24, 2009

A way to display all possible typeahead values in XCode

As you enter code into the XCode IDE, the IDE will often attempt to complete the term for you by using a typeahead feature. To view all possible values that match the type-ahead, simply press the escape key when a partial term is displayed.




From Dave Mark's "Beginning iPhone Development: Exploring the iPhone SDK"