swift-helpful-extensions:该存储库包含有用的UIKitSwiftUI项目扩展

时间:2024-03-28 18:52:01
【文件属性】:

文件名称:swift-helpful-extensions:该存储库包含有用的UIKitSwiftUI项目扩展

文件大小:11KB

文件格式:ZIP

更新时间:2024-03-28 18:52:01

Swift

Swift有用的扩展 该存储库包含有用的UIKit / SwiftUI项目扩展 UIKit 可以轻松创建渐变色用法示例: currentView.backgroundColor = Gradient.create(with: [.white, .black], bounds: currentView.bounds) 可以通过RGB值和十六进制值轻松创建UIColor用法示例: currentView.backgroundColor = UIColor(red: 148, green: 16, blue: 88) anotherView.backgroundColor = UIColor(hex: "f3d3da") 可以轻松地在标签上添加underLine用法示例: currentLabel.underline() 可以轻松地添加(删除)子VC(从)母公司的使用VC示例: cla


【文件预览】:
swift-helpful-extensions-main
----.gitignore(2KB)
----Package.swift(2KB)
----README.md(2KB)
----.swiftpm()
--------xcode()
----Sources()
--------Foundation()
--------UIKit()
--------SwiftUI()
----LICENSE(1KB)
----Tests()
--------LinuxMain.swift(136B)
--------Helpful EtensionsTests()

网友评论