fave-button icon indicating copy to clipboard operation
fave-button copied to clipboard

FaveButton is an iOS cute animated like button written in Swift.

Results 20 fave-button issues
Sort by recently updated
recently updated
newest added

I'm trying to specify the button image insets but it's not working. It works as expected on UIButton but the FavButton always stretch the image to fill the button frame.

Hi, Great library, congrats 👍 With a white bordered empty icon, I want the result to become filled with color. Another option is a completely different image (i.e. white bordered...

feature

can we use 2 images ? one before selection animation other after selection animation completes ??

feature

It will good if we add Swift Package Support. Thank you for support!

The `didSelected` delegate callback happens after a one second delay so that it matches the animation, but some applications need a callback immediately when the user taps the button. This...

I couldn't change the default gray color in any way. Is there an option?

The didSelect method has a significant delay between the moment the button is tapped and the moment the method itself is called. DO NOT use it, instead simply link an...

I have added constraints that fix bug, when FaveButton is untouchable when it is added to navigation bar as UIBarButtonItem(customView: FaveButton), this problem occurred on iOS 11 and higher. ```Swift...

I have a heart image which is transparent from the inner part, when I use fave-button it colors the image itself (only the border line of the heart) which's reasonable...