Closed ole closed 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.
reloadData()
calculateExpressions()
Thanks! Just removed that sentence.
This sentence seems wrong. The code calls
reloadData()
explicitly aftercalculateExpressions()
and I don’t see any KVO.