I've got an iAd in my iPad app (just dragged and dropped in xib, and then linked to IBOutlet to code) that once the user opens and closes it, an item also disappears from view (segmentbuttons that are set up via code).
If I could just intercept the code when it closes the iAd I could reinstantiate the buttons, so my question is what function is called when the user closes the iAd?
If I could just intercept the code when it closes the iAd I could reinstantiate the buttons, so my question is what function is called when the user closes the iAd?