We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在iOS 9.3.5系统真机 iPad mini中,运行程序,调用JKCategories分类文件UITextView+JKInputLimit.h中的jk_maxLength属性(此属性用于限制 UITextView 输入的文本字符串长度)会直接崩溃,崩溃信息如下
iOS 9.3.5
iPad mini
UITextView+JKInputLimit.h
jk_maxLength
Signal 11 was raised. SIGSEGV (_mh_execute_header + 1193343)
在其他系统环境中调用此属性用于限制用户输入的文本字符串长度则无此异常,期待你的解决!!!
The text was updated successfully, but these errors were encountered:
恕臣妾做不到啊。。。木有真机
Sorry, something went wrong.
算了吧,我已经离职了,这个问题不归我管了🤣
好像确实是系统的一个 bug, 在这个版本的系统上调用这个函数返回的数据有些异常
No branches or pull requests
在
iOS 9.3.5
系统真机iPad mini
中,运行程序,调用JKCategories分类文件UITextView+JKInputLimit.h
中的jk_maxLength
属性(此属性用于限制 UITextView 输入的文本字符串长度)会直接崩溃,崩溃信息如下在其他系统环境中调用此属性用于限制用户输入的文本字符串长度则无此异常,期待你的解决!!!
The text was updated successfully, but these errors were encountered: