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

Lazy loaded _window & _parentView to fix the chicken and egg problem with coordanites #66

Open adozenlines opened 11 years ago

adozenlines commented 11 years ago

If you're going to check the device orientation make use of the translation. This fixes a few rotation issues. "need to move up?" now takes into account the incoming origin of presentation and the exclusion of old_y when negative prevent the pop over from going cookie monster on it's initial height.