hello stackoverflow,
I am using the default splitviewController to make a learning app. Basically I am trying to load some data through a connection and display it in the rootViewController. This works great but there is a bizarre UI bug that is introduced when the table is reloaded with the data (in portrait mode). Essentially the top navigation bar disappears from the popover when [tableview reloadData] is called and the popover is open! I am not really sure why this is happening. There is one more tidbit that may be useful, I have 2 bar buttons in that nav bar. I am not sure if that has anything to do with the problem. Those buttons were added in the IB window.
This goes back to normal once I dismiss the popover and reopen it again. It does not happen in landscape mode.
Also, it would be fine if I could find a way to disable that popover button until all the data is loaded; however I can't find where that button is created either. It is part of the splitViewCOntroller "magic". Any idea what may be causing this?