AladinWay / TransitionButton

UIButton sublass for loading and transition animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ambiguous reference to member 'asyncAfter(deadline:qos:flags:execute:)'

MaeseppTarvo opened this issue · comments

commented

Using the Xcode 9 and Swift 4, in the TransitionButton class, the following error occurs:

Ambiguous reference to member 'asyncAfter(deadline:qos:flags:execute:)'

The solution is to remove the timer in, so the functions should be something like this:

DispatchQueue.main.asyncAfter(deadline: .now() + delay) {
                self.setOriginalState()
                self.shakeAnimation()
            }

Thank you for reporting the issue. I will check it and push a fix tonight if needed.

fixed in version 0.3.0 👍 thank you for reporting :)