What is the best practice for image orientation when an iPhone application is intended to always operate in a dedicated landscape mode?
Is is best to orient the original image resources that are part of the application bundle at a 90 degree rotation so that it automatically displays properly in landscape mode on the iPhone or is best practice to leave the images in portrait (as loaded in Photoshop) and then use a transform method such as CGAffineTransformRotate to rotate the images for landscape mode on the iPhone?
Thanks.
Is is best to orient the original image resources that are part of the application bundle at a 90 degree rotation so that it automatically displays properly in landscape mode on the iPhone or is best practice to leave the images in portrait (as loaded in Photoshop) and then use a transform method such as CGAffineTransformRotate to rotate the images for landscape mode on the iPhone?
Thanks.