Closed charlesYun closed 4 years ago
嗯,这样可以是可以,不过我在UITableView cell 上面使用,条数很多时,UIImageView的创建是个问题。都是动态数据
Caoyunxiao
在2019年12月19日 16:01,lele8446notifications@github.com 写道:
可以的,插入图片改为UIImageView,然后就可以随意控制图片的下载了
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
动态cell确实是个问题。但你可以将cell对应的imageView作为属性持有,再拼接到NSAttributedString显示,这样借助TableViewCell的重用机制可以避免重复初始化UIImageView的问题
可以的,插入图片改为UIImageView,然后就可以随意控制图片的下载了