Custom Scrollbar for UITableView

Posted by iFloh on Stack Overflow See other posts from Stack Overflow or by iFloh
Published on 2010-05-07T12:27:09Z Indexed on 2010/05/07 14:18 UTC
Read the original article Hit count: 355

Filed under:
|
|
|

the iTunes song list display is a TableView that has a dotted scrollbar on the right which allows me to jump to a relative position of the list (i.e. if I click the bar at 2/3 down I am scrolled to the 66% position of the list.

I want to do the same in my UITableView, but am not sure whether this is standard functionality that I can use (which class?) or whether this is a custom build ...

If the latter, has someone got some samplecode that I could use as a template?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone