我尝试将 UITableView Footerview backgroundcolor 设置为 clearColor 但它保持白色,任何其他颜色都可以正常工作,有什么想法吗?
_footerView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, _incredientsTable.frame.size.width, 60)];
[_footerView setBackgroundColor:[UIColor clearColor]];
谢谢。