关于tableView的简单实例
摘要:
关于tableCell选中颜色//无色cell.selectionStyle = UITableViewCellSelectionStyleNone; //蓝色 cell.selectionStyle = UITableViewCellSelectionStyleBlue; //灰色 cell.selectionStyle = UITableViewCellSelectionStyleGray; 设置tableViewCell间的分割线的颜色 [theTableView setSeparatorColor:[UIColor xxxx ]]; 自定义UITableViewCel... 阅读全文
浙公网安备 33010602011771号