i recently made a tableview filled with cells. i was wondering if i can, when i tap a cell display a certain picture instead of a blank screen
i tried linking cells with different image views but i can't do that using a tableview ,so what is the required code
i do know that I'm supposed to use the prepareForSegue statement
override prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {}
i just don't know what to type
i only want to add an image display when i tap one of the cells
thanks for the help