Two separate questions...
Is there any way to rotate a UIImage? I know I can rotate a UIView, but no setTransform on an UIImage.
Also, is there a way to set all the values of an image in one statement? eg. int myVals[4]; myVals = {4,6,8,10};
Is there any way to rotate a UIImage? I know I can rotate a UIView, but no setTransform on an UIImage.
Also, is there a way to set all the values of an image in one statement? eg. int myVals[4]; myVals = {4,6,8,10};