8000 GitHub - Louis1239/PHBlurLabel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Louis1239/PHBlurLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PHBlurLabel

高斯模糊的文字。

使用方法

    let blurLabel1 = PHBlurLabel()
    blurLabel1.font = UIFont.systemFont(ofSize: 20)
    blurLabel1.text = "Hello World"
    blurLabel1.textColor = .black
    view.addSubview(blurLabel1)
    blurLabel1.snp.makeConstraints { make in
        make.top.equalTo(300)
        make.centerX.equalToSuperview()
    }

效果

Simulator Screenshot - iPhone 16 - 2025-01-17 at 12 49 19 Simulator Screenshot - iPhone 16 - 2025-01-17 at 12 49 37

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0