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

点击图片怎么获取 #1

Open XGCoder opened 8 years ago

XGCoder commented 8 years ago

你好: 我在文本后面用NSTextAttachment 添加了图片,想要获取图片点击事件 怎么处理 ? 谢谢

lele8446 commented 7 years ago

抱歉~迟来的回复😔,之前版本是不支持用NSTextAttachment插入图片链点的……最近重写了CJLabel,V2.1.2版本之后可通过调用+ configureLinkAttributedString: addImageName: imageSize: atIndex: linkAttributes: activeLinkAttributes: parameter: clickLinkBlock: longPressBlock: 方法获取图片点击事件