Skip to content

Function builder style

Latest
Compare
Choose a tag to compare
@onmyway133 onmyway133 released this 10 Feb 12:37
· 4 commits to master since this release
  • Now you can write
dataSource.state = State {
    ForEach(blogs) { blog in
        Cell<BlogCell>()
    }
}