How to add a subclass to a viewcontroller in storyboard

Posted by Ken Barlo on Programmers See other posts from Programmers or by Ken Barlo
Published on 2013-02-27T23:25:02Z Indexed on 2013/11/11 22:12 UTC
Read the original article Hit count: 298

Filed under:
|

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.

© Programmers or respective owner

Related posts about ios

Related posts about xcode