0
votes

I have a large UIScrollView with content, which is getting updated when user scrolls it. If scroll is not so fast, all is good, but if its speed increases, there is some lag. How can I set maximum scrolling speed or decrease its sensitivity?

1

1 Answers

2
votes

it can have multiple reasons-- 1. are you downloading some images every time you scroll it? 2. are you showing very heavy images inside scroll view? 3. are you creating some table cell every time you scroll it ?

you should look for these reasons first and if you find one then you should thnk of its optimization.

i hope it helped in some way..!!