I am experiencing some animation glitches when insert new rows in a section and height for header is set to be UITableViewAutomaticDimension with an estimated height. Also, as you may notice, when deleting the rows the headers are jumping directly to the final position.
On the other hand, glitch disappears if estimated is set to 0 (which means no estimation), but height of header is not computed properly.
Any clue?