Eduardo
Eduardo

Reputation: 159

Segue to another view controller with label connected crashes

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

Answers (1)

Casey
Casey

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

Related Questions