views:

34

answers:

1

I have a UIImageView that has a UIImage (obviously), and I want to get the dimensions of the UIImage so that I can draw a border with rounded edges for just the UIImage (not the entire UIImageView). Thanks.

+1  A: 

UIImage has a -size property.

Joshua Nozzi
ah. duh. knew that...
marty