iphone - UIImageView defined in IB has zero size? -


a short question. created uiimageview in ib iboutlet in view controller. however, when its size .frame.size seems null. nice able set dimensions in ib , have code pick , respond it. there doing wrong here?

make sure connect uiimageview it's iboutlet in ib.

also, connections outlets aren't done until viewdidload, still see nil if tried access imageview before method called.


Comments