Search code examples
xcodesegueuistoryboardsegue

Segues are not tidy


When I create a new segue using the storyboard (ctrl+drag), it creates creepy lines on my otherwise tidy clean storyboard... I was wondering if there is any method to make them prettier 😅😅

https://ibb.co/iHt9N8


Solution

  • If you are dealing with a lot of storyboard view controllers, you cannot keep your storyboard clean.

    Don't use segues. Just create an instance of the storyboard view controller programmatically and push/present it. Refer to this answer.