Skip to content

Instantly share code, notes, and snippets.

@hugo53
Created February 1, 2015 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugo53/08ad91e148c84475b8b4 to your computer and use it in GitHub Desktop.
Save hugo53/08ad91e148c84475b8b4 to your computer and use it in GitHub Desktop.
   _resultLbl = [[UILabel alloc] init];
    _resultLbl.numberOfLines = 1;
    _resultLbl.textAlignment = NSTextAlignmentRight;
    _resultLbl.font = [UIFont systemFontOfSize:35];
    _resultLbl.text = @"0";
    _resultLbl.textColor = [UIColor whiteColor];
    _resultLbl.adjustsFontSizeToFitWidth = YES;
    _resultLbl.minimumScaleFactor = 0.4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment