Reputation: 159
I am using a storyboard to connect two different view controllers. When I click on the cell I want it to segue into another view controller (what it usually does). But anytime I link a link a label with an outlet and try to segue, it crashes.
These are some images you may need: https://i.sstatic.net/Aym2V.jpg.
Thanks in advance.
Upvotes: 0
Views: 308
Reputation: 19
Click on your terminalsviewcontroller file owner in storyboard and select the connections inspector. Check for a connection called key test that has an exclamation point next to it and delete it.
Upvotes: 1