joshaber / Few.swift

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

Fix TableView on OS X #65

Closed joshaber closed 9 years ago

joshaber commented 9 years ago

Because we didn’t have a consistent parent RealizedElement for cells, diffing couldn’t realize new views in the root of the cell.

iOS maybe/probably needs a similar fix.