Skip to content

Commit

Permalink
Merge pull request #34 from nvkiet/fix-bugs-iO6
Browse files Browse the repository at this point in the history
Clear background color for label media time in iOS 6.1
  • Loading branch information
tensafefrogs committed Jul 21, 2014
2 parents 1803e74 + 307e44a commit bb40636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GoogleMediaFramework/UILabel+GMFLabels.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb40636

Please sign in to comment.