美文网首页
IOS UITableViewCell 改detailTextL

IOS UITableViewCell 改detailTextL

作者: kentchen91 | 来源:发表于2016-07-01 17:49 被阅读323次

    例如 要改cell.detailTextLabel.backgroundColor = [UIColor orangeColor]; 这代码如果在初始化的时候是起不到效果的 ,如果要改变他的样式可以在代理中

    - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath; 去改就起到作用了

    如果要改cell的透明度也可以在这边改cell 的contentView 的alpha值

    相关文章

      网友评论

          本文标题:IOS UITableViewCell 改detailTextL

          本文链接:https://www.haomeiwen.com/subject/dltqjttx.html