Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 628 Bytes

File metadata and controls

18 lines (14 loc) · 628 Bytes

[WIP] declarative-kit

Build Status codecov

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