Wednesday, 11 September 2013

How do you convert an XIB file that has two view objects to a StoryBoard ViewController

How do you convert an XIB file that has two view objects to a StoryBoard
ViewController

I am trying to get an XIB file to my storyboard. I have tried placing a
viewcontroller on the storyboard and removing the view and adding the
class of the xib file. However this only brings up the file and does not
associate any of the other classes associated with it.

I figure since I am using the storyboard, I will like to keep it that way.
How do I 'convert' this xib with all its outlets? Do I need to create
viewcontrollers for each object view?
Any help is much appreciated. Been stuck for 2 days

No comments:

Post a Comment