When [myTableView noteHeightOfRowsWithIndexesChanged: myIndexSet] inside the NSAnimationContext group, the NSAnimationContext heights are animated by 10.8 but not changed by 10.9: it instantly jumps to the final height.
After some experimentation, I found that it does animation at 10.9 unless you put this call into the table view in the NSAnimationContext group.
This result is a chip because I wanted to have other animations in rows synchronized with the height animation from the table view. Any ideas?
objective-c animation osx-mavericks nstableview
Alex Jan 04 '14 at 17:20 2014-01-04 17:20
source share