Declarative Wrapper on top UIKit
There're a lots of reasons to love declarative.
Example:
UIButton
.init()
.title("Button")
.accessibilityIdentifier("detailButton")
.backgroundColor(.black)
.cornerRadius(13)
More things need to do, inital release