禁用Button按钮

来源:互联网 发布:多益网络在哪里 编辑:程序博客网 时间:2024/06/07 14:46

方法1:

    [UIButton enabled]函数,此方法在ButtonType为自定义的时候,会影响按钮的外观,所以不推荐使用

方法2:

    [UIButton userInteractionEnabled],不会影响,推荐使用

原创粉丝点击