Can't find NewViewController subclass in Storyboard view?

Your new class should inherit from UITableViewController, not UIViewController. Only subclasses of the base class are available to select in the custom class field.

Up vote 1 down vote favorite share g+ share fb share tw.

I want to change a TableViewController to a new UIViewController (PlayersViewController) from a UIViewController subclass, so I added two files (.h, . M), and then went back to the Identity Inspector/Custom Class. Expected to find the PlayersViewController in the pulldown menu in Custom Class but could not find it, so I typed it in and hit "Return", but that didn't work either.

Am I doing something wrong? Ios xcode storyboard link|improve this question edited Dec 21 '11 at 18:27Andrey Z.1,461515 asked Dec 21 '11 at 18:12pdenlinger412312 58% accept rate.

That did the trick, thank you. Learned something new today! Thanks again!

– pdenlinger Dec 21 '11 at 18:26.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions