So, I did a test for another swift project, and I wanted to connect a TableViewController with a NavigationController built into a regular ViewController using segue between the panel button and the second ViewController . When I control - drag the button into the ViewController , I get only the following options:

From what I understand, I should see a long list of items, including shows and show details. Even if I connect them using push or any other segment, I cannot choose to show or show details as a type of segue if I select segue. What am I doing wrong? I did not make changes to ViewController.swift . Thank you
source share