I'm a beginner developer in iOS 9 and Swift 2. I have a Table View with dynamic and grouped content and I want to link each cell with a specific View Controller (not a detail controller). I know how to do this using static cells with segues, but how can I do with dynamic cells? Fist, I'm using dynamic cells 'cause I plan to add much data, and second 'cause I implemented a search control to quickly find the desired entry. Plus, this specific link between the views must work when the user pick the cell from the search results. Here is my code:.