Skip to content

hopedark/ZZYLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ZZYLabel

Outline Text Label, 描边字体

This code is use to show outline text.If you want to more effect, please feel free to let me know.

#Manual Installation

  1. Add CoreText.framework to your Link Binary With Libraries list.
  2. Drag these files int your project: ZZYLabel.h , ZZYLabel.m

#Properties

/**
 *	@brief	Outline Color
 */
@property (nonatomic, retain) UIColor *outlineColor;
/**
 *	@brief	Outline Width
 */
@property (nonatomic, assign) CGFloat outlineWidth;

You can set outline color and outline width with this two properties.

#Contact Ziyang Zhang

hopeanddark@hotmail.com

http://blog.csdn.net/hopedark/

About

Outline Text Label, 描边字体

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published