Can I hide the “Done” button (as seen below) for 3 to 4 seconds in AdMob?

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.
Don’t think this is something easily doable. The AdMob SDK doesn’t give you a direct handle to that modal view.
If a callback was sent after the modal view was presented, you could recursively go through your view hierarchy looking for the UIButton with a ‘Done’ label and hide that. However, there’s no callback that is fired after the full modal view is presented, only one that is called before.