HATwinklingTagView 0.2.0

HATwinklingTagView 0.2.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2017

Maintained by wuhuaian--verbose.



  

A flashing(twinkling)tag for iOS. 一个 iOS 的会闪烁的标签。

Result

Result

Use

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];