blackpanther
blackpanther

Reputation: 11486

How do I delete a segue in XCode storyboard?

At the moment, I have got two segues in my Storyboard. However, I need to delete one of the segues in the Storyboard. Is there any way to do this through the XCode storyboard?

Upvotes: 14

Views: 5898

Answers (1)

Caleb
Caleb

Reputation: 124997

Is there any way to do this through the XCode storyboard?

Yes. Click on the segue. Press the delete key.

Upvotes: 17

Related Questions