I have an NSTableView which uses an array controller as binding to a dynamic array and it works great.
Now I realized that when I am appending / inserting an element to the array the row is directly added to the table view without the row insert animation. When I am often adding elements to the array the table view looks weird due to the missing animation.
Is there any "official" way or workaround to get the row animations when I am inserting or removing an element of the dynamic array?