一个用于 iOS 的闪烁(闪烁)标签。一个 iOS 的会闪烁的标签。
NSArray *array = @[@"哇好美!",@"美翻了!",@"美美美!!!!"];
//init
HATwinklingTagView *tagView = [[HATwinklingTagView alloc]initWithWithArray:array andPoint:CGPointMake(30, 100)];
//tag text color(default is white color)
tagView.color = [UIColor whiteColor];
//add it to your view
[self.view addSubview:tagView];