In a program I am trying to make, I have a reset button, which I want to have it reset all the variables. I have made it work in that respect, but then I implemented images. I understand how to assign the images, but I want to have the program reset the image views as well so it shows up blankly. How can you do this? I tried setting them to NULL and setting them to an undisturbed image, but neither worked.