iOS 标签 CLHaloLabel

码农软件 · 软件分类 · 标签(Label) · 2019-06-08 17:14:52

软件介绍

CLHaloLabel 是拥有光晕扫过效果的 Label。

image

使用方法:

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

本文地址:https://www.codercto.com/soft/d/7537.html

Web Analytics 2.0

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》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

html转js在线工具
html转js在线工具

html转js在线工具