I am using adBanner in my application which is at bottom of the screen and I am using tableview in my application.
I have established "Horizontal spacing" relation between adBannerView and tableview. Now my problem is before loading the advertisement in adBannerView I can see white space at the bottom of the screen but I want that my tableview cover that space before loading adBannerView and when adBannerView is loaded then my tableview should move up 50 pixels. How can I achieve this?
Any idea?