AladinWay / TransitionButton

UIButton sublass for loading and transition animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadow

Ku6ep opened this issue · comments

Can't set layer.shadowOffset, color and opacity to TransitionButton.

You need to remove the lines
layer.masksToBounds = cornerRadius > 0 and self.clipsToBounds = true from TransitionButton.swift

I will remove them in the next release