Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgwilym/gwtableindex
A custom UITableView Index for people who want icons, and lots of them
https://github.com/sgwilym/gwtableindex
Last synced: 26 days ago
JSON representation
A custom UITableView Index for people who want icons, and lots of them
- Host: GitHub
- URL: https://github.com/sgwilym/gwtableindex
- Owner: sgwilym
- Created: 2014-06-02T13:47:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T14:25:13.000Z (over 10 years ago)
- Last Synced: 2024-05-02T05:09:24.571Z (7 months ago)
- Language: Objective-C
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GWTableIndex
It's easy enough to give your UITableView a navigation index like the one found in iOS' Contacts app, but if you'd like a little more customisation — like custom icons instead of initials, for example — you're out of luck. What to do?!GWTableIndex helps you make a UITableView Index where:
- Each navigation item can be represented with an initial or 15x15pt icon
- Each navigation item can be sorted into seperate groups
- Each group can be given a decorative 15x15pt icon as a headerHave your UITableView's datasource implement GWTableIndexDataSource and GWTableIndexDelegate protocol methods, and you're good to go. Still plenty of room for improvement!