TRVSRainbowRoad 0.0.1

TRVSRainbowRoad 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2016

Maintained by Unclaimed.



An iOS lib to animate your labels like Mario Kart's Rainbow Road, by @travisjeffery.

demo

Labels being your usual UILabels, UIButton's titleLabel, etc.

Usage

TRVSRainbowRoad *effect = [[TRVSRainbowRoad alloc] initWithLabel:yourLabel]; [effect resume]; [effect pause]; [effect remove];