美文网首页
swift中的seletor

swift中的seletor

作者: joyiiu | 来源:发表于2017-02-20 22:29 被阅读6次

    在swift3.0中使用selector

    sureButton.addTarget(self, action: #selector(self.biubiu(sender:)), for: .touchUpInside)

    比2.0 #selector更好的封装了seletor 只要先写好func 就可以实现事件绑定

    tips  参数sender:UIButton 可以自感应

    相关文章

      网友评论

          本文标题:swift中的seletor

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