views:

46

answers:

1

Is there any way to move that scroll indicator to the right by some pixels?

+2  A: 

See UIScrollView's scrollIndicatorInsets property. It can also be set in IB on Inspector's "Size" tab.

Vladimir