Best way to display a background with a pattern in an iPhone/iPad app
Posted
by Dr Dork
on Stack Overflow
See other posts from Stack Overflow
or by Dr Dork
Published on 2010-04-21T22:01:19Z
Indexed on
2010/04/21
22:03 UTC
Read the original article
Hit count: 236
Here's an example of the type of background image I'm talking about...
Clearly, there's a pattern in it. My question is, if this were an iPad app and the background image was twice the size, would there be any significant benefits to taking advantage of this pattern by tiling the image? Or would it really make no difference in terms of performance and just be easier to load the entire image into a UIImageView?
Thanks in advance for all your wisdom!
© Stack Overflow or respective owner