Babak Gohardani
Babak Gohardani

Reputation: 156

How to connect view button / label to controller file in Xcode 11?

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.

Upvotes: 1

Views: 2027

Answers (2)

NicolasElPapu
NicolasElPapu

Reputation: 1676

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

Upvotes: 1

Paul Tiriteu
Paul Tiriteu

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

Related Questions