Add Unity to UIView

I have an application with a navigationBarController and RootViewController. I would like to add Unity view to rootViewController.view. How can i do this ?

Thanks.

In the Unity generated AppController.mm file, do a search for UnityGetGLViewController(). This is a static method that returns exactly what it says in the method, and gives you access to the view that Unity creates.