码迷,mamicode.com
首页 > 移动开发 > 详细

iOS buttonset Enable or Disable

时间:2017-06-30 19:59:48      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:tar   data   tracking   方法   isa   retain   ble   btn   pre   

在 .h 文件里:

@property (retain, nonatomic) IBOutlet UIButton *btnMyButton;

在函数方法中:

btnMyButton.enabled = NO; // disable my button
btnMyButton.enabled = YES; // enable my button

转载自:

http://stackoverflow.com/questions/9012100/enable-disable-a-button-in-xcode-4-2

iOS buttonset Enable or Disable

标签:tar   data   tracking   方法   isa   retain   ble   btn   pre   

原文地址:http://www.cnblogs.com/jzdwajue/p/7100184.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!