Skip to content

0.3.0

Compare
Choose a tag to compare
@insub4067 insub4067 released this 15 Oct 04:19
· 13 commits to main since this release

Full Changelog: 0.2.1...0.3.0

What has changed?

Support functional programming

Example

SwiftUIView() 
    .asViewController()
    .title("SwiftUIView")
    .backgroundColor(.gray)
    .hidesBottomBarWhenPushed(true)