Swift performSegue going to Xcode

前端 未结 1 1253
醉话见心
醉话见心 2020-12-07 00:36

I am trying to perform a Segue between two UI Views I have correctly typed the identifier for the segue as can be seen Here

This is my function, with the same identi

相关标签:
1条回答
  • 2020-12-07 00:58

    See the solid blue bar in the gutter in your screen shot?

    It is a breakpoint. When the path of execution reaches a breakpoint that is active (solid blue like this), we pause there. That is what a breakpoint is for.

    If you don't want that to happen, drag the breakpoint out of the gutter.

    0 讨论(0)
提交回复
热议问题