I don't know much about your level of experience but, without meaning to offend, I think you need to go back and re-read the basics. I know because I went through the learning pain myself and I see you making the same mistakes I did.
You seem to have got yourself tied up in knots and it's difficult to help without seeing all the files and code.
Create a new temp project from scratch and build a simple RootViewController<->ViewController<->View interface.
Actually, create a project with the "Utility Application" template and study it - it uses a RootViewController with two sub ViewControllers to manage views.
You seem to have got yourself tied up in knots and it's difficult to help without seeing all the files and code.
Create a new temp project from scratch and build a simple RootViewController<->ViewController<->View interface.
Actually, create a project with the "Utility Application" template and study it - it uses a RootViewController with two sub ViewControllers to manage views.