Reputation: 156
Hey 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.
Upvotes: 1
Views: 2027
Reputation: 1676
You can also add a new tab by clicking the button i circled in the image:
Upvotes: 1
Reputation: 86
In Xcode 11 you will have open the ViewController.xib first, then hold OPTION (ALT) and click on the related ViewController.swift
Upvotes: 3