Skip to content

lovels/LBScrollLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LBScrollLabel

效果

使用

LBScrollLabel *tempLB = [[LBScrollLabel alloc] initWithFrame:CGRectMake(20, 100, CGRectGetWidth(self.view.frame) - 40, 30)];
tempLB.backgroundColor = [UIColor colorWithRed:(arc4random()%255)/255.0 green:(arc4random()%255)/255.0 blue:(arc4random()%255)/255.0 alpha:1];
tempLB.text = @"Scroll label, from bottom to top!";
[tempLB beginScrollWithDirection:LBScrollLabelDirection_Top];
[self.view addSubview:tempLB];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published