美文网首页
UIButton设置title文字时闪动

UIButton设置title文字时闪动

作者: 跨端开发 | 来源:发表于2017-12-22 18:25 被阅读4次

    UIButton-system类型 动态设置title文字时闪动
    解决方案:
    self.sendCodeButton.titleLabel?.text = "(self.remainCount)s重新发送"
    self.sendCodeButton.setTitle("(self.remainCount)s重新发送", for: .normal)

    相关文章

      网友评论

          本文标题:UIButton设置title文字时闪动

          本文链接:https://www.haomeiwen.com/subject/ybyxgxtx.html