Wednesday, June 09, 2010

iPhone dev Stupidity 128: Photo orientation issue in Three20’s TT

from stackoverflow:

You probably set size: attribute of the photoSource to some wrong value.

Edit: Unfortunately i don't have another suggestion for your problem, however i have a warning. You should definitely scale your image before display, 1536x2048 is way too large for iphone to handle, and totally unnecessary for a 320x480 screen. Otherwise you are sure to have app crashes due to low memory in the future - if not now.

No comments: