dontWatchMyProfile
dontWatchMyProfile

Reputation: 46300

How to move the scroll indicator of UITableView a little bit more to right?

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

Upvotes: 1

Views: 2694

Answers (1)

Vladimir
Vladimir

Reputation: 170829

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

Upvotes: 13

Related Questions