App goes black when choosing subitem? Multiple VCs
Stuck on a basic thing...
I've missed some simple connection and can't figure it out now, I'm stuck & my brain is fried... Please see attached example.
Worked:
Used Storyboard to add a navigationcontroller w UITableView + 3 sub VC's UIviews. Connected them and it worked ok. I could walk around in the app, back and forth to the subVC's.
Don't work (attached simple example):
Then I tried to give each one there own vc.h/vc.m files (ViewController1, 2, 3). Yes, I did hook it up in the Inspector. But now when I tap a selection in the TableView "VC1", "VC2" or "V3" it reacts, but the screen goes black. But the navigation still works.
Any tips? Suggestions?
Seems like the main TableView just don't connects to the sub VC's (ViewControlle1 etc) or it's not connected properly... Please see attached example and come with any tips / corrected example. Thank's :-)
__________________
-- Happy Coding
|