Change README
🍰 A tiny syntactic sugar for Swift initializers. Only 15 lines of codes.
let titleLabel = UILabel { $0.textColor = .red $0.text = "Hello" }
let titleLabel = UILabel().make { $0.textColor = .red $0.text = "Hello" }
https://github.com/mezhevikin/Maker.git
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Maker
🍰 A tiny syntactic sugar for Swift initializers. Only 15 lines of codes.
Alternative
Swift Package Manager