objective c - Storyboard segue issue -


I am developing an iPhone app in Xcode 4 and I am using the storyboard. I am using a single visual application, I have a Segue that connects to my home page (controlled by my view controller class ViewController) and another view of a UIImageView in it. The user can select an image on the home page and then on the second view UIImageView will show that image. I first thought that UIImageView will still be on the ViewController class, but when I push the second scene it shows that this is a UIView and I can not change it. I believe that I have to create another class to handle the second scene but I do not know how to do it. Secondly, I do not know how to connect with seeing that square and after that the work is going to work. Am I right on the right track or I am totally wrong ... Thank you. PS Now when I typed it, I looked at some similar questions and I am reading a lot about it. ForSegue method is used to connect with controllers to see this?

The best way to resolve your question is to have a nice handwriting on the storyboard on this two parts series Try

Comments