andreamazz / SlideOutNavigation

SlideOut Navigation Controller for iOS.
MIT License
210 stars 49 forks source link

iAd integration #59

Closed tellytart closed 10 years ago

tellytart commented 10 years ago

Is it possible in this code to send a message to one of the view controllers that it should stop displaying iAds before it is slid aside, and that it can start displaying them again when it is slid back?

andreamazz commented 10 years ago

Hi @tellytart Thanks to mixalich7b contribution you can now register for a local notification for the following keys:

kAMSlideOutMenuWillShow
kAMSlideOutDidShow  
kAMSlideOutWillHide 
kAMSlideOutDidHide  

In your handler you can stop/start your iAD logic.

Cheers