I have a big UIimage (2000x2000). Image drawed every time on app start, and copied to CALayer. On Current time i put UIScrollView on main view, and make CALayer with drawn image. Scrolling on small zoom looks fine. But on min zooming , when whole image visible, image scroll slowed, it becomes not quick responsible on move touch.
So, the question. What can I do, to increase scrolling performance?