Reputation: 1
I know that this should be very easy but I haven't been able to find out how to do it. The suggestions that I have do not work. I basically have a view controller in my storyboard and I want to link it to a MyController.m file which I created manually.
I was wondering what the proper way of doing that is. Thank you in advance.
Upvotes: 0
Views: 201
Reputation: 20284
Click on the viewController which you want to associate with that specific class.
Go to the utilities pane (right-most column, where properties etc are found).
Fill in the name of your class there.
Upvotes: 1