oscarimonbox
5/6/2016 - 9:20 AM

Celdas transparentes para iPad

Celdas transparentes para iPad

- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath {
    [cell setBackgroundColor:[UIColor clearColor]];
}