tags:

views:

84

answers:

0

Hi folks,

I know that UIAlertView is modal and you can't touch any thing on the view when the alert is shown (except the keyboard and may be a action sheet).

Now I am trapped in a situation, I have an app where the final stage of the app is a screen where an alert is displayed and in the view the admob ad is shown. Now my problem is that a user will not be able to touch on the ad until the alert is dismissed.

But that makes admob ad of no use. So is there any way I can bring the admob ad to the top layer (i.e above the alertview layer ), so that user can touch the admob ad also.

My current screen looks like thisalt text

Thanks, Madhup