Skip to content

NatalieC001/CUSMaskView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUSMaskView

Only a flash for UILabel that refer to three20.
The label effect is similar to unlock iphone screen. We will add more controls to the project.
please pay attention to add Star, your support is my greatest motivation, thank you.

image

START

Use CUSFlashLabel just like UILable

CUSFlashLabel *label = [[CUSFlashLabel alloc]initWithFrame:CGRectMake(20, 80, 300, 50)];
[label setText:@"Test Label0"];
[label setFont:[UIFont systemFontOfSize:15]];
[label setContentMode:UIViewContentModeTop];
[label startAnimating];
[view addSubview:label];

License

CUSSender is available under the Apache 2.0 license. See the LICENSE file for more info.

About

A iOS flash for UILabel that refer to three20

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%