Skip to content
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

Flashing after dataSource updated (iOS 17 and over) #2112

Open
quanghuynh99 opened this issue Jul 10, 2024 · 0 comments
Open

Flashing after dataSource updated (iOS 17 and over) #2112

quanghuynh99 opened this issue Jul 10, 2024 · 0 comments

Comments

@quanghuynh99
Copy link

quanghuynh99 commented Jul 10, 2024

I use this function for update layout based on nodelModel

override var nodeModel: Any? {
        didSet { 
           // todo.. 
           setNeedsLayout() 
        }
    }

This make ASCellNode flashing when nodeModel did load (only iOS 17 and over), somebody help me, pls..

Note:

  • I also used neverShowPlaceholders = true but this not working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant