Quote:
Originally Posted by RickMaddy
FYI - When you create a UIImageView using initWithImage the initial size of the image view is the same as the image. So setting the frame in the code you posted is redundant in this case. But if you set the image view's frame to something else, the image would automatically be scaled for you to the specified size.
|
Thank you, that will save a line of code

.