ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.86k stars 1.7k forks source link

YYLabel 混排了UIButton,点击有高亮效果,但事件不响应 什么原因啊 #607

Open Jasonmin opened 7 years ago

Jasonmin commented 7 years ago

同时也混排了UIView 添加了tap手势,点击无反应,我的页面构成是 页面上+YYLabel,label的attributedText属性值从页面的一个对象businessModel中的获取,然后businessModel中另有一个对象parser中生成attributedText内容。

cwwise commented 7 years ago

你这个应该是 事件响应机制的问题。。