lixiang1994 / AttributedString

基于Swift插值方式优雅的构建富文本, 支持点击长按事件, 支持不同类型过滤, 支持自定义视图等.
MIT License
846 stars 76 forks source link

图片不展示 #25

Closed heiyeliuying closed 2 years ago

heiyeliuying commented 3 years ago

let img = UIImage.init(named: "icon_apple")! textLabel.attributed.text = """ \(.image(img)) """ 开发工具为AppCode