AladinWay

Results 7 comments of AladinWay

Thank you for the PR. Can you please explain why this is needed or which issue it solves ?

I have tested in the demo project with this code: ``` @IBOutlet weak var submitButton: TransitionButton! override func viewDidLayoutSubviews() { super.viewDidLayoutSubviews() submitButton.cornerRadius = 25 } And it works fine ```

Yes, I have removed the cornerRadius from the storyboard in the example above. Can you please provide an example project based on the demo with the issue ?

I could not reproduce it. I will give it another try and will push a fix if needed.

@brunohenriquesk1 @ivai96 can you please confirm if adding to `TransitionButton.swift` this line : `self.cornerRadius = layer.cornerRadius // cache cornerRadius before animation of spiner` in `open func startAnimation()` just after `self.cachedImage...

Thanks for reporting. I will take a look