I am developing my first iPhone application. I'm still not very good at Xcode, and my question is pretty simple. I am using Xcode 5 and I am using storyboards in my project.
Well, I have some images in the View controller. I would just like it if I touch one of these images, I switch to another view controller, nothing else. How can i do this?
I was looking for a solution on the Internet, and I found out on YouTube that I only have to Control-Click my image and connect it to another view using a modal connection without any code. However, I tried in the simulator and it does not work. In addition, most online tutorials are outdated, and they explain how to do this on Xcode 4.2 without using a storyboard.
Can you help me? Thanks.
source share