xcode 5 connect xib with ViewController class

I'm starting to use Xcode 5. I have just created a viecController without xib file. Now I have created a xib file to wire with the ViewController that I created before but i can't do this. What do I have to do to connect xib with ViewController files ? thanks

Upvotes: 2

Views: 4562

Answers (1)

Jordan Montel
Jordan Montel

Reputation: 8247

You need to go on your xib and link the property view from the File's Owner to your view like the following image :

enter image description here

Upvotes: 5

Related Questions