alvises / FPPopover

FPPopover provides an alternative to the native iOS UIPopoverController, adding support for iPhone and additional opportunities to customize the look and feel of the popovers.
http://www.poeticoding.com/fppopover-a-customizable-uipopovercontroller-for-iphone-and-ipad/
Other
901 stars 250 forks source link

Get top view not correctly when the Google Ad banner view is added #127

Open smoothdvd opened 8 years ago

smoothdvd commented 8 years ago

When the GADBannerView added, the top window's the most top view is GADAdView, which contains GADBannerView. When GADBannerView is at the bottom of screen, FPPopover get the CGPoint of origin is negative number, so there is FPPopover view will displayed.