objcio / functional-swift

Issue repository for the Functional Swift book
http://www.objc.io/books/fpinswift
927 stars 133 forks source link

Spreadsheet/GUI: using KVO? #93

Closed ole closed 9 years ago

ole commented 9 years ago

Because of key-value observing, the GUI will update automatically:

This sentence seems wrong. The code calls reloadData() explicitly after calculateExpressions() and I don’t see any KVO.

screen shot 2015-05-05 at 17 57 45

chriseidhof commented 9 years ago

Thanks! Just removed that sentence.