Am building a portrait UI for iPhone5 (640x1156) and iPhone4 (640x960) and despite FixedSize being set in UIRoot (manual height 1136, min height 960, max height 1136), a 640x640 UITexture fills the screen width on the iPhone5 as expected, but not the iPhone4... despite having exactly the same screen width.
Why is this? I want the UITexture to be 640x640 on both and so should fill screen width on both, as they both have the same screen width.
How to get consistency here?