按字母顺序显示 UITableView NSArray
如何按字母顺序显示 UITableView,类似于 iPod.app 对节和节索引的处理方式。我在苹果文档中搜索过,但没有成功。有什么建议吗?
How to display UITableView in alphabetical order, similar to the way iPod.app does with the sections and the sectionIndex. I have searched in Apple documentation without success. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您只想按字母顺序对字符串数组进行排序,可以通过以下方式实现:
If you would only like to sort an array of strings alphabetically, you can achieve it by: