Multiple images in item renderer
Hello and Happy New Year!
I'm building an app for iPad which has quite complex item renderer requirements. One of the requirements is that there has to be an icon which cycles through an array of images (fading in and out to the next in the array). I was thinking of extending iconitemrenderer because I need caching among other things, however it only support 1 icon. I either need to be able to create n number of icons and faded them in and out or invalidate the item renderer and pass in another icon from my array but that will make the fade in/out difficult. Has anyone had a similar experience?
Thanks
Ben
