Reputation: 46300
Is there any way to move that scroll indicator to the right by some pixels?
Upvotes: 1
Views: 2694
Reputation: 170829
See UIScrollView's scrollIndicatorInsets
property. It can also be set in IB on Inspector's "Size" tab.
Upvotes: 13