开发者

How to delete UIImage from UIImageView?

How to delete UIImage from UI开发者_运维问答ImageView ?


just set view's image property to nil:

yourImageView.image = nil;


Setting the image property to nil should achieve this, I'd have thought.

See the full image property method signature within the UIImageView class reference docs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜