Hello, I'm trying to change the layout of an OpenGL application created with the default MonoTouch template. I want to put an iAd banner in the upper part of the screen (the app will run in landscape mode), and the EAGLView in the lower part. I have tried to create a new UIView with Interface Builder as the root of the OpenGLViewController, and set the two controls as their subviews. But then, the OpenGLViewController.View property tells me at runtime that it doesn't have any subviews. Am I missing any outlets or additional code? Has anyone made something similar?
Cheers.
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
