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

Fix presentFromPoint and update Demo for iPhone 5 #29

Closed RubenSandwich closed 11 years ago

RubenSandwich commented 11 years ago
Fixed presentPopoverFromPoint

I did a minor change to bestArrowDirectionAndFrameFromView because a view of nil would cancel out the point passed in from presentPopoverFromPoint and set the popover to always display at 0,0.

Updated FPPoverDemo: