LDXScrollLabel 0.0.1

LDXScrollLabel 0.0.1

liuxu 维护。



  • 刘东旭

ScrollLabel

滚动标签,跑马灯效果

self.label = [[LDXScrollLabel alloc] initWithFrame:CGRectMake(0, 100, 130, 30)]; self.label.scrollType = LDXAutoScroll; self.label.scrollDirection = LDXFromLeft; self.label.text = @"Hello world!dfgghhhffffsfdfdfdfdf gytytutttyrtrtte"; [self.view addSubview:self.label];