yannickl / Reactions

Fully customizable Facebook reactions like control
http://cocoadocs.org/docsets/Reactions
MIT License
584 stars 90 forks source link

Conflicting UILongPressGestureRecognizer with Reactions Button. #14

Closed HackShitUp closed 7 years ago

HackShitUp commented 7 years ago

I have a Reactions Button that's added to a view controller's view. But, when the view has a UILongPressGestureRecognizer, also in the view, it seems to override the Reactions' selector methods where it shows the reactions. Is there a work around for this?

HackShitUp commented 7 years ago

Sorry, I resolved this by subclassing the view controller's view as a UIView object/IBOutlet in Storyboard.