okmr-d / DOFavoriteButton

Cute Animated Button written in Swift.
MIT License
3.61k stars 297 forks source link

Weird rectangle on the top left corner of the view #45

Closed funkenstrahlen closed 7 years ago

funkenstrahlen commented 7 years ago

I added DOFavoriteButton to my project. The animations work fine. However if the Button does have isSelected=true it creates this weird rectangle on the top left corner of the view:

screen shot 2017-03-24 at 15 53 04

It does not appear for isSelected=false.

screen shot 2017-03-24 at 15 56 55

After a very long time I finally found the problem. The Button Type has to be set to Custom. If it is set to System it does not work and does create these weird effects.

screen shot 2017-03-24 at 16 02 04

I just want to leave this here if someone else does encounter this problem.