博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
遍历父视图上的button
阅读量:5332 次
发布时间:2019-06-14

本文共 450 字,大约阅读时间需要 1 分钟。

for (UIView * thebtn in [self.view subviews]) {         if ([thebtn isKindOfClass:[UIButton class]])         {     //***改变字体颜色                            [(UIButton *)thebtn setTitleColor:[UIColor redColor]     forState:UIControlStateNormal];             //***改变背景                         [(UIButton *)thebtn setBackgroundImage:nil forState:UIControlStateNormal];                    }               }

 

转载于:https://www.cnblogs.com/joesen/p/3476747.html

你可能感兴趣的文章
Linux主机在LNMP环境中同时运行多个PHP版本
查看>>
玩转Xcode之修改系统生成的注释模板
查看>>
8、二进制中1的个数------------>剑指offer系列
查看>>
转载 SpringMVC详解(一)------入门实例
查看>>
第五周助教小结
查看>>
封装一个通过类名获取对象的函数
查看>>
P2037 电话号码
查看>>
STL algorithm算法min,min_element(35)
查看>>
mysql 加入列,改动列,删除列。
查看>>
structs2注解+jsp+ajax实现post异步载入select
查看>>
Temporary Post Used For Style Detection (3c95477f-54ce-474a-9e30-42586362b375)
查看>>
windows向ubuntu过渡之常用编程软件安装
查看>>
Unity3D笔记十三 摄像机之间切换
查看>>
.eww
查看>>
ssh The authenticity of host '10.11.26.2 (10.11.26.2)' can't be established
查看>>
代码学习总结
查看>>
初入Installshield2015
查看>>
eclipse工程重命名后,无法生产class问题
查看>>
第十章 call和ret指令
查看>>
关于字典序的若干问题
查看>>