开发者

How to delete UIImage from UIImageView?

开发者 https://www.devze.com 2023-01-29 10:09 出处:网络
How to delete UIImage from UI开发者_运维问答ImageView ?just set view\'s image property to nil:

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

精彩评论

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

关注公众号