Reputation: 18247
Any idea why IB doesn't let me make this connection?
Upvotes: 5
Views: 3348
Reputation: 14991
In the Identity Inspector for that views File's Owner, make sure that the Class is set to MainScreenViewController
. If you could add a screenshot of your MainScreenViewController.xib window that may be more helpful.
Upvotes: 3
Reputation: 3177
You are trying to link two different IB documents, i.e two different .xib files, which is not possible. I think you really only want to have one .xib file here.
Upvotes: 1