NachoSoto / AsyncImageView

UIImageView for rendering data asynchronously, with composable renderers and caches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Placeholder support in AsyncImageView

NachoSoto opened this issue · comments

Using placeholderProducer.takeUntilReplacement(realProducer) should give the expected behavior.
This should be determined based on an optional RenderDataType set at initialization time.