runway20 / PopoverView

A simple UIView popover control for iPhone/iPad written in CoreGraphics.
1.02k stars 214 forks source link

Don't disable other gestures when the popover is showing #35

Open JakeLin opened 11 years ago

JakeLin commented 11 years ago

Can we don't disable the other gestures when the popover is showing and automatically dismiss the popover if the user taps on other spot or scroll the tableview.

Thanks Jake

JanC commented 10 years ago

Hi, I agree. When the popover is shown, it is not possible to do anything else with the view (e.g. table view) until it is dismissed. When the user taps on another control, the popover should be dismissed and the tap directly forwarded to the other control.

cheers

ocrickard commented 10 years ago

Yeah, so this library needs to be refactored. Send a pull request with a more modernized API and I'd be happy to review (please send me an email if you do because I get so many github notifications that I often don't see things in my stream).