lixiang1994 / AttributedString

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

图片不展示

heiyeliuying opened this issue · comments

commented

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