yannickl / Reactions

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

disable long press facebookReactionButton #19

Closed dromerobarria closed 6 years ago

dromerobarria commented 6 years ago

Great job, is there a way to disable the long press animation of the facebookReactionButton, I only want to enable the like and dislike, no the ReactionSummary when I pressed for a long time.

yannickl commented 6 years ago

In this case you have nothing to do. The long press display the ReactionSelector only if it is set.

likeButton.reactionSelector = ReactionSelector()