So basically I have UIButtons
with different images as the buttons and a UIImageView
in a different view controller. I want that when I click on one of the buttons, the image of the button will show up in the UIImageview
in a different view controller.
Think of it as selecting a character in a game so when you select that character you play as that character.