1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > iOS cell添加点击时改变字体的颜色及背景

iOS cell添加点击时改变字体的颜色及背景

时间:2021-09-11 11:18:13

相关推荐

iOS cell添加点击时改变字体的颜色及背景

cell.selectedBackgroundView.backgroundColor = [UIColor whiteColor];//选中后变换,色彩的变换cell.textLabel.highlightedTextColor = [UIColor colorWithRed:0/255.0 green:180/255.0 blue:140/255.0 alpha:1];//选中label颜色的变化cell.textLabel.textColor = [UIColor whiteColor];cell.backgroundView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"fenlei-weidaidi"]];cell.selectedBackgroundView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"fenlei-daidi"]];//选中后变换,图片的变换

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。