I select an image and set it to an imageview, everything scales correctly but for some reason the imageview is way taller than it should be (see the red background). How can I get the imageview to fit the image so I dont have all that unneccessary red background?
Top part of image: http://imgur.com/buJ4S
Bottom part of image: http://imgur.com/X4EsQ
Code is just a simple imageview inside a scrollview. Can post if needed. Running latest of everything on iPhone simulator.
1 Answer
Accepted Answer
Ti.UI.createImageView: { height:Ti.UI.SIZE, .... };
Your Answer
This question has been locked and cannot accept new answers.