我嘗試設置UITableView Footerview backgroundcolor clearColor,但它保持白色,任何 其他顏色工作正常,有什麼想法?UITableView FooterView背景顏色清除顏色不工作
_footerView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, _incredientsTable.frame.size.width, 60)];
[_footerView setBackgroundColor:[UIColor clearColor]];
謝謝。
你的'UITableView'的背景顏色屬性是否設置爲白色? –
tableView顏色是白色的嗎?它可能採用tableView顏色。嘗試改變tableView顏色並驗證。 – iCoder