/CUSMaskView

A iOS flash for UILabel that refer to three20

Primary LanguageObjective-COtherNOASSERTION

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.