Releases: onmyway133/Micro
Releases · onmyway133/Micro
Function builder style
- Now you can write
dataSource.state = State {
ForEach(blogs) { blog in
Cell<BlogCell>()
}
}
Visual demo
- Add demo example
SwiftUI like
1.0.0 Use Cell
dataSource.state = State {
ForEach(blogs) { blog in
Cell<BlogCell>()
}
}
1.0.0 Use Cell