扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
typedef enum : NSUInteger { FLSearchLabelButInformation = 1000, //资讯 FLSearchLabelButBBs = 1001, //论坛 FLSearchLabelButMall = 1002, //商城 FLSearchLabelButMobile = 1003, //手机 } FLSearchLabelBut; - (void)creatleUI{ NSArray *dataArry = @[@"咨询", @"论坛", @"商城", @"手机"]; CGFloat deli_with = 50; for (int index = 0; index < dataArry.count; index++) { UIButton *butt = [UIButton buttonWithType:UIButtonTypeCustom]; butt.frame = CGRectMake(deli_with *index, 0, deli_with, CGRectGetHeight(self.frame)); butt.tag = FLSearchLabelButInformation + index; [butt setTitleColor:[UIColor colorWithString:@"#969696"] forState:UIControlStateNormal]; if(index==0){ [butt setTitleColor:[UIColor colorWithString:@"#262626"] forState:UIControlStateNormal]; } [butt setTitle:dataArry[index] forState:UIControlStateNormal]; butt.titleLabel.font = [UIFont systemFontOfSize:14.0f]; [butt addTarget:self action:@selector(onClickView:) forControlEvents:UIControlEventTouchUpInside]; [self addSubview:butt]; } } - (void)onClickView:(UIButton *)sender{ for(UIView *locateView in self.subviews){ if([locateView isKindOfClass:[UIButton class]]){ UIButton *locateButt = (UIButton *)locateView; [locateButt setTitleColor:[UIColor colorWithString:@"#969696"] forState:UIControlStateNormal]; } } [sender setTitleColor:[UIColor colorWithString:@"#262626"] forState:UIControlStateNormal]; if([_delegate respondsToSelector:@selector(onClickSearhbutt:)]){ [_delegate onClickSearhbutt:sender.tag]; } }呼图壁ssl适用于网站、小程序/APP、API接口等需要进行数据传输应用场景,ssl证书未来市场广阔!成为创新互联的ssl证书销售渠道,可以享受市场价格4-6折优惠!如果有意向欢迎电话联系或者加微信:13518219792(备注:SSL证书合作)期待与您的合作!
点击每个标签改变当前的颜色
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
Copyright © 2002-2023 www.csdahua.cn 快上网建站品牌 QQ:244261566 版权所有 备案号:蜀ICP备19037934号
微信二维码
移动版官网