views:

10

answers:

0

Hi,

I'm developing a small iPhone VNC client and I was wondering what's the best and fastest way to render the image updates on the screen without freezing the UI?

I tried with CATiledLayer but my UIScrollView was very laggy during the updates...

Thanks!