- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/changelee82/CLHaloLabel
- 软件文档: https://github.com/changelee82/CLHaloLabel
软件介绍
CLHaloLabel 是拥有光晕扫过效果的 Label。
使用方法:
#import "CLHaloLabel.h" self.haloLabel.haloDuration = 5; self.haloLabel.haloWidth = 0.8; CLHaloLabel *lable = [[CLHaloLabel alloc] initWithFrame:CGRectMake(20, 200, 100, 30)]; lable.text = @"从代码创建"; lable.textColor = [UIColor greenColor]; lable.haloColor = [UIColor redColor]; [self.view addSubview:lable];
Web Analytics 2.0
Avinash Kaushik / Sybex / 2009-10-26 / USD 39.99
The bestselling book Web Analytics: An Hour A Day was the first book in the analytics space to move beyond clickstream analysis. Web Analytics 2.0 will significantly evolve the approaches from the fir......一起来看看 《Web Analytics 2.0》 这本书的介绍吧!
