包含单个标签的UITabViewControllers不会在UITabBarController中正确调整大小。我可以通过以下步骤复制它;
wAny hRegular
Tab Bar Controller
View Controller
移至新Tab Bar Controller
View Controller
View Controller
的每个Tab Bar Controller
添加标签,确保将标签锚定到View Controller
的中心结果应如下所示;
现在,当我在我的设备或模拟器上运行应用程序时,标签不是中心;
我的问题是:View Controllers
为什么不调整大小以适应Tab Controller
?
如何让它们自动继承父视图框?
我已尝试在不同的地方设置autoresizeSubviews
和autoresizingMask
,但我只是在猜测。我希望在故事板中设置此行为,但如果没有,代码就可以了。