diff --git a/GoogleMediaFramework/UILabel+GMFLabels.m b/GoogleMediaFramework/UILabel+GMFLabels.m index b7fca34..a9b8052 100644 --- a/GoogleMediaFramework/UILabel+GMFLabels.m +++ b/GoogleMediaFramework/UILabel+GMFLabels.m @@ -22,6 +22,8 @@ @implementation UILabel (GMFLabelsAdditions) + (UILabel *)GMF_clearLabelForPlayerControls { UILabel *label = [[UILabel alloc] init]; + label.backgroundColor = [UIColor clearColor]; + UIFont *labelFont = [UIFont fontWithName:@"Helvetica" size:12.0]; [label GMF_setFont:labelFont andColor:[UIColor whiteColor]]; return label;