bvogelzang/SevenSwitch

Thumb shadow does not reflect thumb size when being touched

bvogelzang opened this issue · 1 comments

The thumb shadow does not animate and get bigger along with the thumb when the switch is being touched and "active".

The simple solution for this is to remove the UIBezierPath this line. However as noted in PR #15, there are some performance implications.

The other option is to animate the shadow along with everything else. I've been trying to get this to work but keep running into problems while animating the shadow (jumping within the animation at certain points).