单击iAD横幅后,变色选项卡控制器

时间:2014-06-25 18:30:11

标签: ios iphone autolayout uistoryboard iad

此问题仅发生在iPhone 4 / 4s(3.5英寸屏幕)上,仅发生在不在模拟器上的实际设备上。

这是我的故事板应用布局:

enter image description here

这是我定义的约束,因此如果应用程序在3.5"上运行,则自动布局会优雅地处理不同的屏幕尺寸。或4"屏幕:

enter image description here

在iPhone 4 / 4s上运行应用程序时,这就是标签控制器的样子:

enter image description here

点击iAd横幅后,返回视图,标签控制器如下所示: enter image description here

同样,如果我在模拟器(3.5",4")上执行此操作,我就不会看到此问题,而iPhone 5 / 5s设备上也不会发生这种情况。

思想?

1 个答案:

答案 0 :(得分:0)

我通过在标签栏中为标签栏控制器视图中的底栏定义了不透明标签栏来解决了这个问题。

enter image description here