I have an UIViewController where I have placed some single table cells. Most of them are just a nice way to display data which does not allow any interaction. But now I added a cell which needs to be clicked to open another view.

How can I see that the cell was clicked? How do I implement that?
You need to implement the delegate method