Hi I have a tableViewController with cells and I want it to segue to a picture when you click the cell. Considering the MVC design Pattern would it be recommended to create a new viewcontroller for the imageView or would the tableViewController be able to handle the information? Thanks
Share
That sounds exactly what is described in the first example of this Apple guide and you can use a solution detailed in this SO question.