Skip to content

A wrapper for UILabel to set rich text, use like masonry.

Notifications You must be signed in to change notification settings

fiveplusseven/LabelMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

LabelMaker

A wrapper for UILabel to set rich text, use like masonry.

Usage

[self.label jx_make:^(JXTextMaker * _Nonnull make) {
	make.text(@"start").font(15).color([UIColor blackColor]);
	make.text(@"182 6193 2918").font(15).color([UIColor redColor]).tap(@selector(clickPhoneNumber:));
	make.text(@"end").font(15).color([UIColor blackColor]);
}];

About

A wrapper for UILabel to set rich text, use like masonry.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published