Skip to content

paramithatm/declarative-kit

Repository files navigation

[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

About

(Work in Progress) Declarative Wrapper on top UIKit

Resources

License

Stars

Watchers

Forks

Packages

No packages published