samedi 2 juillet 2016

Custom TableView Scroll indicator (iOS)

I have an app which uses a tableview, and sometimes there can be as many as 100 items in this tableview. Thus, I have been assigned to customize this scroll indicator, so that it is easy for the user to scroll through their contents. To do this, I need to implement the following:

1) I need the scroll indicator to always show.

2) I need to change the scroll indicator from the iOS default gray indicator to an orange one, and add a label in the middle of it which extends inward. This label will have the date of the cell. As you scroll down in the scroll bar, the date changes to reflect where you are on the page. (See image for clarification).

3) When you click and hold this custom TableView's scroll indicator, it enables fast scrolling.

What is the best way to approach this? Should I use a library?

enter image description here

Aucun commentaire:

Enregistrer un commentaire