Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 435
blackpanther Avatar asked Dec 23 '13 14:12

blackpanther


1 Answers

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

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

like image 194
Caleb Avatar answered Sep 20 '22 12:09

Caleb