Skip to content

Ailix/AITranslucentLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

image

AITranslucentLabel

一个半透明的Label 背景透明 文字不透明

Usage

AITranslucentLabel *label = [AITranslucentLabel labelWithBuilder:^(AITranslucentLabelBuilder *builder) {
    builder.frame = CGRectMake(0, 100, self.view.frame.size.width, 44);
    builder.text  = @"Xavi";
}];
[self.view addSubview:label];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published