In Apple\'s iPhone apps (like Contacts), they have a nice magnifying glass icon at the top of the table view index. Since the table view index API is character-based, I assu
You could use a space as the character for the index and then overlay an UIImageView that has user interaction disabled and contains the following image: (source: booleanmagic.com)