Scrolling a very large image on iOS

Ender Nafi Elekcioglu endernafi at gmail.com
Wed Nov 27 04:20:38 EST 2013


Gerry:
“ And is this limitation (the 32k image limit) going to go away any time soon? “

It doesn’t seem so, unfortunately.

Best method for a workaround is to split your image into 3 overlapping pieces.
Scrolling towards the end of one image, swap it with the next one.
Since they overlap, user won’t notice the change.

It’s not an easy task, but once I’ve managed {with Bernd’s kind help} something like this.


Hope it helps…


~ Ender Nafi


More information about the use-livecode mailing list