I am wondering if anyone is having the same issues.
My app has the following scenes:
sceneA -> sceneB -> sceneC
I have a TableView in sceneB where each row contains an image from display.loadRemoteImage. The tableview renders fine but as I scroll up and down quickly, row images suddenly appear at 0,0 as well as in their row. When this happens, the image persists across my other scenes even though I am doing a deleteAllRows on the tableview. I have also tried doing a storyboard:purgeAll() on all scenes.
SceneC that has an image from display.loadRemoteImage. When I go back to sceneB, the image from sceneC is displayed. The image also persists across scene changes.
I’m sure it could be my code, but was wondering if anyone else has experienced this.
Thanks!
David