Search code examples
iosautolayoutxcode6

iOS8 View Pushed Down by "Personal Hotspot" or "FaceTime"


I have a simple Table View Controller.

For some reason when Personal Hotspot or Facetime is on (adds that top bar) it pushes down my view. What can I do to correct this? This is a vanilla Table View Controller so I'm not explicitly defining any weird constraints or anything.

My data in the table view is loaded after the fact via a web service call so I'm wondering if that has something to do with the view not updating.

I've seen a couple answers like this however I'm not sure what properties need to be changed: iOS 4.1 Personal hotspot pushing down tabbar

Here is a view showing the first table cell being partially covered.

enter image description here

NOTE: If I open a modal, then cancel (close) it, the layout refreshes as it should and looks fine.


Solution

  • I fixed this by deleting my Navigation Controller (root) and adding fresh.