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:
It does not appear for isSelected=false.
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.
I just want to leave this here if someone else does encounter this problem.
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:It does not appear for
isSelected=false
.After a very long time I finally found the problem. The Button Type has to be set to
Custom
. If it is set toSystem
it does not work and does create these weird effects.I just want to leave this here if someone else does encounter this problem.