WCLShineButton icon indicating copy to clipboard operation
WCLShineButton copied to clipboard

This is a UI lib for iOS. Effects like shining.

Results 5 WCLShineButton issues
Sort by recently updated
recently updated
newest added

1. on TableViewcell I am clicking a cell WCLShineButton but it refection showing on another cell WCLShineButton. 2. In ios 14.2 on the tap WCLShineButton it showing some other background...

project folder architecture updated to support SPM.

I am using this code to display an image on the button ```swift if let image = UIImage(named: "heart-smile") { likebutton.image = WCLShineImage.custom(image) } ``` This simply does not work...

Hi @imwcl First of all I would like to appreciate for creating such a nice, cool library I have created a [React Native](https://github.com/facebook/react-native) bridge plugin for using this library with...

I am trying to add shinebutton to navigation bar but i failed let favoriteButton = WCLShineButton() favoriteButton.frame = CGRect(x: 0, y: 0, width: 30, height: 30) favoriteButton.image = .star let...