iwazaru
unread,Apr 1, 2011, 3:15:10 PM4/1/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google AdMob Ads Developers
When adding using both a GADBannerView and a UITableView (or
UIScrollView) to a view controller, the scroll-to-top gesture stops
working, since a UIScrollView within the UIWebView contained in the
GADBannerView has its scrollsToTop property set to YES.
A possible workaround is to iterate over the GADBannerView's subviews
and reset this property, but I feel this should be done from within
the SDK.