-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found the crash of iOS, hope to get your help #1266
Comments
Have you solved this problem? It's also bothering me |
See if that solves your problem。 #1272 (comment) |
Thank you, but without actually solving the problem, the problem still exists |
If you don't need Accessibility events, you can try removing the DTAccessibilityViewProxyDelegate related events in the source code. For now, I have solved it this way first. Let's wait and see if there are better solutions later. This is an example I modified after forking the repo. duxinfeng@ebd552e |
Thanks
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年8月18日(星期五) 中午11:30
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Cocoanetics/DTCoreText] Found the crash of iOS, hope to get your help (Issue #1266)
Thank you, but without actually solving the problem, the problem still exists
If you don't need Accessibility events, you can try removing the DTAccessibilityViewProxyDelegate related events in the source code. For now, I have solved it this way first. Let's wait and see if there are better solutions later.
This is an example I modified after forking the repo. ***@***.***
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
If the voice control of the system is turned on, it will cause a crash. The current positioning method is:
viewForAttachment:(DTTextAttachment *)attachment
frame:(CGRect)frame {
}
, I hope you can solve it, thank you, and look forward to your reply!
The text was updated successfully, but these errors were encountered: