Reactions icon indicating copy to clipboard operation
Reactions copied to clipboard

Fully customizable Facebook reactions like control

Results 24 Reactions issues
Sort by recently updated
recently updated
newest added

I want that title does not show on button after selection

Below is the code to set my custom icon. But still, it is showing library provided icon icon. ```swift var reactionButton: ReactionButton!{ didSet { reactionButton.reactionSelector = ReactionSelector() reactionButton.reactionSelector?.setReactions(self.createReactions()) } func...

![reactioniconanimation](https://cloud.githubusercontent.com/assets/798235/19530912/169c4fb2-9636-11e6-86b9-9cbeb7e34c13.gif) Possible solutions: - `UIImageView. animationImages` property - using external library (like [Keyframes](https://github.com/facebookincubator/Keyframes)) - using animated `CALayer`

enhancement

I placed a ReactionButton (programmatically and storyboard), and it has errors when placing button under a stackView; Only the "Like" icon above is displayed, and the text is missing. it...

Hello, This is a little workaround for https://github.com/yannickl/Reactions/issues/4 And it will allow the user to customize a little more the icon for the summary component Thanks

Hello, For dark mode purpose, I need to set myself the background fill color of the reaction selector, so I have created the config for it. Thank you

For each and every ReactionButton there will be an "overlay" view and that overlay view is attached to UIApplication window whenever user started to react. But there is no where...

For the moment the `ReactionSummary` icons are drawn with a white border. The white border is drawn inside the image so it crops it and thats not elegant. We should...

bug
enhancement