0

セルに backgroundColor を追加したところ、次のことが起こりました。

ここに画像の説明を入力

この 2 つのバンドが私の独房にどのように現れたのか気になります。背景を追加するために使用したコードは次のとおりです。

-(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{
    if (indexPath.row % 2) {
        [cell setBackgroundColor: [UIColor colorWithRed:48/255.0 green:83/255.0 blue:129/255.0 alpha:0.1]];
    }
}
4

0 に答える 0