0.3.0
Full Changelog: 0.2.1...0.3.0
What has changed?
Support functional programming
Example
SwiftUIView()
.asViewController()
.title("SwiftUIView")
.backgroundColor(.gray)
.hidesBottomBarWhenPushed(true)
Full Changelog: 0.2.1...0.3.0
Support functional programming
SwiftUIView()
.asViewController()
.title("SwiftUIView")
.backgroundColor(.gray)
.hidesBottomBarWhenPushed(true)