Does this mean I can't use AdWhirl without having a root view
controller all of a sudden?
Thanks!
Nikolai
If you don't use these two networks, you can implement the function and return nil. AdMob actually can work with nil for a controller for now, but that may change in the future.
If you wish to solve this properly, you can try create a view controller and assign your existing UIView as the view controller's view. Then you return the view controller in viewControllerForPresentingModalView. We have seen this done before and it worked.
Let us know how it works out for you.
Nigel.
> --
> To unsubscribe, reply using "remove me" as the subject.