lixiang1994 / AttributedString

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

大神,图片在tableview里面点击无响应啊 #8

Closed q8533557 closed 4 years ago

lixiang1994 commented 4 years ago

纳尼? 可以提供一些代码截图吗?

q8533557 commented 4 years ago

在你demo主页的tabelview加点击事件

---原始邮件--- 发件人: "LEE"<notifications@github.com> 发送时间: 2020年6月16日(周二) 下午3:49 收件人: "lixiang1994/AttributedString"<AttributedString@noreply.github.com>; 抄送: "Author"<author@noreply.github.com>;"q8533557"<729342839@qq.com>; 主题: Re: [lixiang1994/AttributedString] 大神,图片在tableview里面点击无响应啊 (#8)

纳尼? 可以提供一些代码截图吗?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

lixiang1994 commented 4 years ago

好的,我试试

lixiang1994 commented 4 years ago

啊 是这样的, 必须通过这种设置方式点击才会生效, Demo列表这块代码有点老了.

image
q8533557 commented 4 years ago

求大神源码

------------------ 原始邮件 ------------------ 发件人: "LEE"<notifications@github.com>; 发送时间: 2020年6月16日(星期二) 下午4:41 收件人: "lixiang1994/AttributedString"<AttributedString@noreply.github.com>; 抄送: "729342839"<729342839@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [lixiang1994/AttributedString] 大神,图片在tableview里面点击无响应啊 (#8)

啊 是这样的, 必须通过这种设置方式点击才会生效, Demo列表这块代码有点老了.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

lixiang1994 commented 4 years ago

稍后我更新一下Demo代码

q8533557 commented 4 years ago

好的感谢

------------------ 原始邮件 ------------------ 发件人: "LEE"<notifications@github.com>; 发送时间: 2020年6月16日(星期二) 下午4:44 收件人: "lixiang1994/AttributedString"<AttributedString@noreply.github.com>; 抄送: "729342839"<729342839@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [lixiang1994/AttributedString] 大神,图片在tableview里面点击无响应啊 (#8)

稍后我更新一下Demo代码

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

lixiang1994 commented 4 years ago

拉一下吧 你再试试

simpleLiYu commented 4 years ago

你好,是先写好AttributedString @lixiang1994 在通过attributed.text=这个AttributedString来生效吗。我这样写并没有点击事件是咋回事 image

lixiang1994 commented 4 years ago

userWechat是个label吗? 可以看一下你label的配置吗?

simpleLiYu commented 4 years ago

是一个label,需要配置什么吗?我仅仅是初始化了一个label

lixiang1994 commented 4 years ago

是一个label,需要配置什么吗?我仅仅是初始化了一个label

了解了 我测试一下看看

simpleLiYu commented 4 years ago

好的好的

lixiang1994 commented 4 years ago

@simpleLiYu 我模拟了你的富文本 没有发现问题 能提供更具体的说明吗?, 或者你可以查看一下UI层级是否有其他View遮挡住了Label, 内部的点击手势是在attributed.text设置时添加的.

image
lixiang1994 commented 4 years ago

@simpleLiYu 可以检查是否添加在了ScrollView上 ScrollView是否设置了delaysContentTouches属性, 这些情况都对点击有一定影响

simpleLiYu commented 4 years ago

我放在在tableview的cell和collectionview的cell里面

lixiang1994 commented 4 years ago

你可以试试是不是点时间长一点 他就有反应了, 我猜测是delaysContentTouches属性影响的touch

lixiang1994 commented 4 years ago

参考这个 https://www.jianshu.com/p/2b171f6153ad 理解一下

simpleLiYu commented 4 years ago

@lixiang1994 还真的是,我看看你这个简书的谢谢