What's the UITableView index magnifying glass character?

前端 未结 11 1822
醉话见心
醉话见心 2020-12-12 10:09

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

11条回答
  •  悲哀的现实
    2020-12-12 10:46

    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)

提交回复
热议问题