Skip to content

Commit

Permalink
Changed the demo's font.
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed May 14, 2013
1 parent 0ff39fc commit 9c206ba
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 195 deletions.
1 change: 1 addition & 0 deletions VImageDemo/ViewController.m
Expand Up @@ -97,6 +97,7 @@ - (UILabel *)generateUILabelWithFrame:(CGRect)frame {
label.textAlignment = UITextAlignmentCenter;
label.backgroundColor = [UIColor clearColor];
label.textColor = [UIColor whiteColor];
label.font = [UIFont fontWithName:@"Futura-Medium" size:17.0f];

return label;
}
Expand Down

0 comments on commit 9c206ba

Please sign in to comment.