yannickl / Reactions

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

feedback for feedback delegate #24

Closed MorekeysOfficial closed 5 years ago

MorekeysOfficial commented 6 years ago

Could you explain how or what you can do with the feedback delegate because currently, it's just sitting in the swift file empty and the description doesn't really explain anything?

yannickl commented 6 years ago

The ReactionFeedbackDelegate allows the receiver to know in which state is the ReactionSelector. This delegate is not mandatory, you should implement it if you want to give more feedback to your user.

If you check out the example project you will notice that it updates the feedback label:

screen shot 2018-08-20 at 15 54 40
MorekeysOfficial commented 6 years ago

I see thank you