-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[bug] ASCellNode has no background color in iOS 13 #2009
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
Comments
Regarding the above issue, I found the specific problem, in the |
[bug] ASCellNode has no background color in iOS 13
It is actually a new behavior introduced since iOS 14 UIKit. When In this case, I suggest just specifying |
It's not, it's also normal in iOS 12, only iOS 13 has problems, you can download an iOS 13 emulator to check it. @denkeni |
Would you mind providing a sample project to replicate the issue? I’ve created a sample project based on my understanding of this issue, which happens on iOS 14 or later: |
最近也发现了这个问题,TableViewCell背景颜色默认是白色,无论我怎么设置Node的颜色,结果都一样是白色。解决问题的过程中也试过改源码,虽然能解决问题,但是如果改源码,每次pod install 后都要重新修改。最后通过下面的代码解决。
|
ASCellNode has no background color in iOS 13 version, but it is normal in iOS 12 or iOS 14, how can I fix it? @garrettmoon
iOS 13

iOS 14

The text was updated successfully, but these errors were encountered: