摘要: 要想让uibutton点击不变灰 初始化的时候就不能 UIButton *button = [[UIButton alloc]init]; 初始化的时候酱紫,能够保证button点击时不变灰 UIButton *button = [UIButton buttonWithType:UIButtonTy 阅读全文
posted @ 2021-06-24 14:49 OIMMZC 阅读(321) 评论(0) 推荐(0) 编辑