What's the UITableView index magnifying glass character?
Posted
by David Grant
on Stack Overflow
See other posts from Stack Overflow
or by David Grant
Published on 2008-10-24T20:19:08Z
Indexed on
2010/03/21
17:11 UTC
Read the original article
Hit count: 506
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 assume that this magnifying glass is a Unicode character. So far I've resorted to placing a question mark character there, but that looks lame.
Can anyone tell me what character the magnifying glass is?
© Stack Overflow or respective owner