### Feature proposal Hello mates ✋ What about to change syntax to this? ```swift let button = UIButton() .title("button") .backgroundColor(UIColor.red) .titleColor(UIColor.white) .titleFont(.systemFont(ofSize: 12)) .cornerRadius(8) ```
Feature proposal
Hello mates ✋
What about to change syntax to this?