I am using UIScrollView, and while scrolling through it, I noticed that the ScrollIndicator was shrinking based on my scrolling. But this does not apply to UITableView.
I tried to do it [scrView setBounces:NO], but that does not make it more convenient for the user, and also prevents the scroll movement.
Is there a way to make the UIScrollView scrollIndicator the same as the UITableView scrollIndicator ?
Thanks for any help!
source
share