https://github.com/modocache/MDCScrollBarLabel
MDCScrollBarLabel 
An animated scroll bar to present extra information to the used when scrolling on a UIScrollView.
Y'know, like the clock on Path.
Screenshots
Usage
See the example application for usage.
Basically, you have two options. You can:
- Subclass MDCScrollBarViewController and set an MDCScrollBarLabel to its scrollBarLabel property.
- Implement a UIViewController which is a UIScrollBarDelegate, then call the fade in/out logic for the label as you'd like.
Or copy-paste the fade in/out and positioning logic and re-write the whole thing to better suit your needs.