1

enter image description hereHey guys I have an strange problem. I recently updated to Xcode 11 and when I want to open the view controller file beside my storyboard file to connect IBAction for a button there is no button in Xcode to do so. There used to be a double circle button (similar to AUB picture) but I can't find it now.

I searched the web but couldn't find any solution either.

Babak Gohardani
  • 155
  • 1
  • 5
  • 17
  • See also: https://stackoverflow.com/questions/56675698/show-assistant-editor-missing-in-xcode-11 – πter Oct 03 '19 at 19:19

2 Answers2

3

In Xcode 11 you will have open the ViewController.xib first, then hold OPTION (ALT) and click on the related ViewController.swift

1

You can also add a new tab by clicking the button i circled in the image: enter image description here

NicolasElPapu
  • 1,612
  • 2
  • 11
  • 26