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.
This prevents the placeholder API ([ASDisplayNode placeholderEnabled/placeholderFadeDuration/placeholderImage]) from being used to fade in remote images from a solid color after the download is finished. When looking at the ASImageNode it appears that placeholderColor is no longer used anywhere in the implementation.
Version with issue: ASDK v2+ to master
Original thread from Slack channel: https://asyncdisplaykit.slack.com/archives/general/p1483578622003990
This prevents the placeholder API (
[ASDisplayNode placeholderEnabled/placeholderFadeDuration/placeholderImage]) from being used to fade in remote images from a solid color after the download is finished. When looking at theASImageNodeit appears thatplaceholderColoris no longer used anywhere in the implementation.