Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
938
41
Tokyo, Japan
I try to show a image in tiles, I think there are some way as below, but I am not sure which one is better, though I can try all ways, but I still hope that I can get info from experience you.

1. use tiles of UIImageView + AnimatedGif
2. use tiles of UIButton in custom style + AnimatedGif
3. use tiles of UIWebView (for gif89a)
4 use UIView and draw tiles of UIImage
 
It all depends. Is your image clickable? Is it animated?

If it's not animated and not clickable, I'd go with a single UIView and draw it repeatedly there. But it doesn't matter too much, as long as you're reusing the same image object with whatever you're doing.
 
It all depends. Is your image clickable? Is it animated?

If it's not animated and not clickable, I'd go with a single UIView and draw it repeatedly there. But it doesn't matter too much, as long as you're reusing the same image object with whatever you're doing.
The all tiles should be animated.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.