joshaber / Few.swift

Views as functions of their state.
MIT License
1.08k stars 39 forks source link

Publicly get a layout Node for an element? #57

Closed Adlai-Holler closed 9 years ago

Adlai-Holler commented 9 years ago

Is there any way to do something like this? In my case I need to use a vanilla UITableView and I'd like to compute the heights for all my elements without creating views for them. Can we make assembleLayoutNode() public, since it has no side effects?