I am rather new at Objective C programming so pardon me if the info in the question is not sufficient for answering.
Basically this is my situation: I have a View Controller with a UITableView where each cell is filled with an image and text. What I want to do is: When I click on one of the cells I want to direct the application to another View Controller (I have made this View Contoller) and also want to send the image and text included in the cell so that the new View Controller knows about this information.
I am able to create a link between the cell and the View Controller by "drag-drop" in the Storyboard, but I am not able to send any information over.
Does anyone have a quick step by step guide on how to do this?
Really appreciate any answer, and sorry again if the question either includes insufficient info or something.
Best regards, Me