I try to create my first iPhone application. I created two differents views in my Storyboard. A "master" and a "detail" view. I embedded the Master View into a Navigation Controller. The Master View is made of an UITableView, with custom cells.
I try to show the Detail View when I tap the cell. but I don't understand how to make that... I created a "view detail" segue between the cell and the Detail View, but when I tap the cell, nothing happens.
Thanks for the help.