You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
We are using ASNetworkImageNode to load an image from the web, by setting the URL property. In our use case, we have an ASTableView in which we have custom ASCellNodes. Each of the CellNodes has an ASNetworkImageNode. Typically there are very many cell nodes in the table, say ~50. What we noticed is that when scrolling very quickly up and down the table, we sometimes notice some of the images either appearing with a black background, or not appearing at all.
We are using ASNetworkImageNode to load an image from the web, by setting the URL property. In our use case, we have an ASTableView in which we have custom ASCellNodes. Each of the CellNodes has an ASNetworkImageNode. Typically there are very many cell nodes in the table, say ~50. What we noticed is that when scrolling very quickly up and down the table, we sometimes notice some of the images either appearing with a black background, or not appearing at all.