ios 设置UITableView 选中行cell的背景颜色(自定义选中的背景颜色)

- (void)tableView:(UITableView *)tableView didHighlightRowAtIndexPath:(NSIndexPath *)indexPath { UITableViewCell* cell = (UITableViewCell*)[_sendGoodsTableView cellForRowAtIndexPath:indexPath];
相关文章
相关标签/搜索