Search code examples
iosiad

When you touch a banner in iOS app


is there any code to say something like: the banner has been touched /pressed?

banner.touched doesn't exist, but it is just an example of what could be.


Solution

  • The banner view's delegate method bannerViewActionShouldBegin(_:willLeaveApplication:) is called "when the user taps the banner view". See the documentation.