NachoSoto / AsyncImageView

UIImageView for rendering data asynchronously, with composable renderers and caches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support highlighted state

spanage opened this issue · comments

Allow client to pass in a highlight renderer along with your other two renderers and then IFF there is a highlight renderer, you run both and set both the image and the highlightedImage. This will the allow the highlighted property to work as expected