I want my UIImageView to grow or shrink depending on the size of what the actual image it\'s displaying is. But I want it to stay vertically centered and 10pts
UIImageView
If you read the docs on UIImageView they say:
Setting the image property does not change the size of a UIImageView. Call sizeToFit to adjust the size of the view to match the image.