Quantcast
Channel: Developer Feed - Snippet
Viewing all articles
Browse latest Browse all 178

How to use a LED like font in iOS?

$
0
0

Snippet

LED like font is available on the iOS platform. The following snippet shows how to set the font to LED like for a label.

  1.  
  2.   UILabel *remainLabel  =[UILabel alloc] init];
  3.  
  4.   [remainLabel setText:@"39:24"];
  5.    
  6.   remainLabel.font =   [UIFont fontWithName:@"DBLCDTempBlack" size:20];

<!--break-->

Viewing all articles
Browse latest Browse all 178

Latest Images

Trending Articles



Latest Images