I'm having a strange issue with a table header disappearing after dismissing the keyboard. Here's the how the problem occurs:
- Select the textfield that is a subview of the table header view. Keyboard shows up as expected.
- Scroll the table so that the header view is off-screen.
- Press the return key, which dismisses the keyboard, and tell the tableview to scroll back to the top.
That all works except there is a big blank area where the header used to be. I can call the header and everything is where it should be in the console. It's only missing visually. Completely baffled, any advice?