Skip to content

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

@quanghuynh99

Description

@quanghuynh99

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions