I have a Header Cell and Content Cell.. Also, I have a NavBar that
-- Status Bar --
-- NavBar --
- Header Cell -
-- Content Cells -
Until now, everything seems fine. Then I turned on Hide NavBar on Swipe. Everything was working perfect until Content Cells' views appear for a blink of an eye above the Header Cell. I gave Status Bar and Header Cell color to understand what was exactly causing the problem.
I couldn't take a clear picture but the problem is: Header Cell takes a while to get attached to the status bar, so it gives a transparent gap. This transparent gap unfortunately shows Content View cells' text as well.
This was UITableViewController
I also tried creating a ViewController and embedding TableView from UITableViewController and giving constraints..
Everything seemed fine at first but after NavBar gets hidden, it gives a default gap that doesn't even go away eventually..
- - ->