Just upgraded to Xcode 11, and I have a strange issue. My storyboard segues are all criss-crossed. They didn't used to be, and I can't figure out how to fix them.
I tried:
- Recreating the segues. Didn't work.
- Renaming them alphabetically. Didn't work.
- Re-ordering the VCs from when they came. Didn't work.
Rearranging the VCs in the storyboard won't work because then the OTHER segues will be criss-crossed.
How do I fix this? It's really confusing to have the segues cross over each other.