I have an app that has 4 buttons on one view that display a single modal view when pressed. I would like each button to display a different picture in an image view on the modal view. How do I pass the info from the view to the modal view? Does xcode support global variables? I need this one variable to accomplish what I want to do.