I have loads of imageviews on my project that have unique tags. My question is, can I change the bitmap of an image for example, using just tag somehow?
i.e. image1.tag("image1").bitmap = newbitmap
I currently use a sender.bitmap to change an image that has been clicked on but I also need to update other images that have not been clicked on, if that makes sense.
Thanks in advance!
Tom
i.e. image1.tag("image1").bitmap = newbitmap
I currently use a sender.bitmap to change an image that has been clicked on but I also need to update other images that have not been clicked on, if that makes sense.
Thanks in advance!
Tom