UITableView设置背景为透明时遇到的问题
TableView.backgroundView = nil;
TableView.backgroundColor = [UIColor clearColor];
TableView.opaque = NO;
TableView.backgroundView = nil;
TableView.backgroundColor = [UIColor clearColor];
TableView.opaque = NO;