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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Maker
🍰 A tiny syntactic sugar for Swift initializers. Only 15 lines of codes.
Alternative
Swift Package Manager