I have a UITableView
of type plain table view with two sections and a dynamic number of rows.
Also I am returning a UIView
for the section header.
Everything works perfect except when the table reloads. The section header position moves to a random position until the view begins to scroll.
Autolayout within the header view and super view seem not violating.
I have set the table footer view either nil
or show paginating animation.
And the table view is within a scroll view.
Any suggestion or solution why this glitch occurs for section header. And this glitch only occurs in iOS 9