I am adding google admob banner as subview to appdelegate.now on certain page i don’t want that banner,
I am able to remove that using method defined in appdelegate but when I come back to previous page that banner remains hide.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If u have the reference of the AppDelegate class in the voiceviewcontroller.m, declare and define a method in AppDelegate to remove the admob view and then, call that method from voiceviewcontroller.