views:

29

answers:

1

The UI gives 3 options for UIScrollViewIndicatorStyle, but I want to make the UIScrollView indicator red, which is not one of the standard styles.

Can I do this? If so, how?

A: 

I'm sure not the answer you want, but you could put a uiview(for the scroll indicator) over the top of the scrollview then add a delegate to listen for when your scrollview is scrolled, then update the position of the uiview