Delete DynamicListView (#25) Patch
Delete DynamicListView (#25)
Patch
A collection of components to build composed component
To create an anonymous view with making content
func makeSomethingView(onTap: @escaping () -> Void) -> UIView { let button = UIButton(..., primaryAction: .init { _ in onTap() }) return AnyView { view in VStackBlock { button } } }
MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
CompositionKit
A collection of components to build composed component
Requirements
Components (building blocks)
AnyView
To create an anonymous view with making content
License
MIT