I'm playing with iAds. I want to add it to an app that is basically a bunch of Monotouch.Dialog views.
Is the best practise to add a UIViewController, then add a ADBannerView and a Monotouch.Dialog to it , or should I add the iAds view to the Monotouch.Dialog ViewController?
I created a wrapper ViewController that works nicely, just pass in the main app's view like a TabBar or SplitView etc and use IADViewController as the RootViewCOntroller: