How to add a subclass to a viewcontroller in storyboard
- by Ken Barlo
Here's what I've created
I created a view controller element (in storyboard)
I created a new viewcontroller .h and .m file
Here's my issue
Can't seem to figure out how to get the content that I've added to the .m file to show up on the view controller element in the storyboard once the app is launched and the selection for that view controller element is made in the iPhone simulator.
Although I am able to see content that is already added to a .m file on the home screen and activity screen when the selection is made in the iPhone simulator.
Hope that makes sense, if not please ask and I'll be more than happy to provide more info.