我想在用户单击“取消”时停止按钮的动画

时间:2019-04-04 08:24:22

标签: ios swift

如果用户单击“取消”,如何停止按钮动画?

@IBAction func facebookClicked(_ sender: Any) {
        facebookButton?.startAnimation()
        facebookButton?.setBackgroundImage(nil, for: .normal)
    }

enter image description here

1 个答案:

答案 0 :(得分:0)

从按钮的图层中删除动画

editor:
  config:    
    extraAllowedContent:
      - span[*]