In this game that I am building, I want to be able to change the image in a different view. I want to do this because there are some many different images to choose from and I want to organize them in a different view. So how can I do this?
In the first view i have 1 image view + a button to go the the view to change the image. In the second view i have some images with a transparent button over them (so i can click them), it will bring back the player when it is click. All i need now is to change the image in the first view when one of the button is clicked in the seconds view.