Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

i add GAdmob in the FlyoutNavigationController.it will cover the admob bannerview #24

Closed androidcn closed 11 years ago

androidcn commented 11 years ago

i add GAdmob in the FlyoutNavigationController.

it will cover the admob bannerview example: var navigation = new FlyoutNavigationController { ..... } View.AddSubview (navigation.View); navigation.Add(bannerview); bannerview.RootViewcontroller=nav;

i start my app it will be normal. but i select other view ,,then other view will cover the admob bannerview.

what can i do for this issue?

Clancey commented 11 years ago

This isnt a bug with the library. You need to add, admob and flyout to the same View instead of adding admob inside of flyout.