lele8446 / CJLabel

A drop-in replacement for UILabel that supports NSAttributedString, rich text, display any view, links, select copy and more
MIT License
185 stars 27 forks source link

嗨,如果传入的图片支持网络地址就好了 #14

Closed charlesYun closed 4 years ago

lele8446 commented 4 years ago

可以的,插入图片改为UIImageView,然后就可以随意控制图片的下载了

charlesYun commented 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.

lele8446 commented 4 years ago

动态cell确实是个问题。但你可以将cell对应的imageView作为属性持有,再拼接到NSAttributedString显示,这样借助TableViewCell的重用机制可以避免重复初始化UIImageView的问题