Texture icon indicating copy to clipboard operation
Texture copied to clipboard

Flashing after dataSource updated (iOS 17 and over)

Open quanghuynh99 opened this issue 1 year ago • 0 comments

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

quanghuynh99 avatar Jul 10 '24 04:07 quanghuynh99