Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改情节提要中的弹簧和支柱设置(xcode 4.3.3)
目前,在尺寸检查器(自动调整大小)中,两个支柱处于活动状态(外部标记) - 顶部和左侧制造商,零弹簧(内部制造商)处于活动状态。
我想激活两个内部标记,但 xcode 目前不允许我单击它们。
如果我创建一个新的ViewControllerand UIView,我可以更改新的自动调整大小。但理想情况下,我想知道如何解决这个问题,而无需从头开始创建新的故事板。
ViewController
UIView
有谁知道是什么原因造成的?
谢谢,