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.
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?