UIImageView在XIB中使用哪种UIImage方法?

时间:2012-10-31 19:28:17

标签: iphone ios uiimageview uiimage interface-builder

据我所知,XIB中的UIImageView不使用+imageNamed。我也试过+imageWithContentsOfFile,但这也不是骰子。

Interface Builder XIB使用哪种UIImage方法在ImageView中加载图片?

1 个答案:

答案 0 :(得分:0)

请参阅下面给出的链接,它可能会对您有所帮助。最有可能是第三回答会帮助你,

How can I change the image displayed in an UIImageView programmatically?

在XIB中设置图像时会触发最后一个方法

    [YOURCONTROLLER.imageToDisplay setImage:[UIImage imageNamed:value]];