Search code examples
iosobjective-ctvosapple-tv

Apple TV move down viewController when tab bar shown


I woluld like to move down my view controller content (that is, the whole view) when the tab bar is shown. Is there any way to do it automatically? Or it has to be done programmatically?


Solution

  • The solution was simple. Just unchecking "under top bar" and "under bottom bar" in Interface Builder make the view "move down" when the tab bar is shown