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.
我将所有的东西都移动UIButtons到一个特定UIImageView的位置,并且由于某种原因,当在模拟器或 iPad 本身上运行时,它们没有匹配到正确的位置作为情节提要。这很奇怪,我很困惑。
UIButtons
UIImageView
这是故事板中的截图。
这是模拟器上的截图。
注意标题的一些圆圈(按钮)是如何显示的。为什么会发生这种情况,我怎样才能让他们进入故事板中的位置?谢谢您的帮助 :)
好的,由于某种原因,我禁用了情节提要上的自动布局。但是,当我重新启用它时,它似乎工作了。奇怪的错误,但问题现在已修复。感谢 larme,让我意识到自动布局的事情。