force back to normal state
fukemy opened this issue · 2 comments
fukemy commented
hi. I am finding method to force button to normal when it's animating but the row is recycled
fukemy commented
@SimformSolutions can u help? Im using method
btn?.stopAnimatingWithCompletionType(completionType: .fail, complete: nil)
to show error button, then display the alert in screen, once user click "OK" button, i need to force button back to normal state
simform-solutions commented
Hi @fukemy, Please check this method btn?.stopAnimationWithCompletionTypeAndBackToDefaults(completionType: .fail, backToDefaults: true, complete: nil)