I'm making an app where when the screen initializes, 30 buttons are displayed each with a unique image. Rather than create each button individually, I feel like I should be able to create a list of button names and another list of button images then through a for/next loop and a any button.image or something, display my unique buttons. I just cant seem to get this to work.
Any help would be really appreciated!
Lee