In newer versions of the SDK, you'll need to set tableView.backgroundView
if you want it to be transparent, try something like this:
tableView.backgroundColor = [UIColor clearColor];
tableView.opaque = NO;
tableView.backgroundView = nil;
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…