views:

181

answers:

1

In my iPhone application I want the standard iPhone keyboard word completion functionality to offer application-specific words when editing a UITextField. (How) can this be done?

A: 

There is currently no way to do this, if you want this functionality you should file a bug with Apple.

Louis Gerbarg