I could have sworn that I seen a while back that the max image size you can load into Xcode was 1024 x 1024, meaning you can't use images that are larger than this, but I can't remember where I seen it and I was hoping someone could verify or refute this statement for me? Anyone have any idea? I was hoping to be able to use images that are larger than this incase I need to create an animation file that is very large, but I want to know if this will work first before I start making them. Thanks for any help you can provide.
|
The UIView docs say:
|
|||||||
|
|
|
It don't think XCode has any restrictions on the size of an image. I've used, large images that 1024x1024 in both iOS and Mac apps. In iOS i've used the large images for maps. On the Mac App I had them a background for the window. |
|||
|
|
|
It's not XCode that have a size limit but the iPhone. The documentation says 1024x1024 like Jason and rckoenes said but as far as I had tested the largest size of a |
|||
|
|