-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
iOS 14.0 crash #431
Comments
[self.contentView superview];// iOS14 加入这行代码可解决此问题 |
it's work for me |
希望大佬pod更新下 |
[self.contentView superview];// iOS14 加入这行代码可解决此问题 |
直接删掉这一段就行
|
不要和蛮夷说中文 |
Are there any instruction on how to build this thing ? |
请问你这个问题有特定机型或者系统么,我这样改了之后好像没出现你说的问题呢~ |
This is awesome. Thanks for sharing |
This is really helpful for me. Thank you so much. |
Below code works for me. [self.contentView superview];// iOS14 |
我也是遇到了再滑动第二行,第一行不能收起来。iPhone6s 系统14.2, iPhone12 系统15.4 |
iOS 14.0 make a crash where ![NSStringFromClass([[self.subviews objectAtIndex:0] class]) isEqualToString:kTableViewCellContentView] is out of range
The text was updated successfully, but these errors were encountered: