I am having an issue where my tableView:viewForHeaderSection: is being called a different amount of times in IOS 9.X VS 10.X.
In 9 it only gets called once(which is incorrect) while in 10 it gets called for all the correct sections I have set in the FRC.
Is anyone aware of any difference in how an FRC handles the sectionNamekeyPath between 9 and 10? I haven't successfully found anything in the documentation.
Thank you.