Get size of IBOutlet UIImageView?

Does UIImageView *iv; width = iv.frame.size. Width work any better? Instead of the image, get the size of the UIImageView.

Does UIImageView *iv; width = iv.frame.size. Width; work any better? Instead of the image, get the size of the UIImageView.

This is exactly what I was looking for information! Thanks a lot! – Stephmt69 Feb 6 '10 at 21:07.

I need to get the size of an IBOutlet UIImageView drawn in Interface Builder. But if I read the IBOutlet UIIMageView.image.size. Height in the viewDidLoad, viewWillAppear or viewDidAppear method I always get 0!

Where (which method) and how (may be an other variable?) can I get this information?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions