liufengting / FTPopOverMenu

FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
MIT License
1.04k stars 171 forks source link

Added custom UIWindow support. #35

Closed carlos-evolutive closed 5 years ago

carlos-evolutive commented 5 years ago

A simple fix that allows the popover to be shown when the event comes from a different window that of the key window, like if you have a custom dialog or modal view controller.