The newest SDK delegate requires you to implement:
Code:
(UIViewController *)viewControllerForPresentingModalView
With an OpenGL app your main window is just a UIView, I don't know of a UIViewController. I asked Adwhirl about it.
There response was:
Quote:
|
Thank you for getting in touch with us. UIViewControllers contain a UIView. If you can find out what controller your UIView comes from and pass that in, this should solve your problem.
|
Googling around I found this thread, but I'm not good enough to figure this out.
viewControllerForPresentingModalView with OpenGL - AdWhirl Users | Google Groups
Thanks for your help.