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.2 用户
大家好,
有谁知道如何将他们的工具栏与每次旋转正确对齐?在视图控制器中,我在顶部有一个导航栏,在底部有一个工具栏。目前,它们的尺寸相同,但是当我进行水平旋转时,导航栏已经适应了尺寸并使其自身变小,而底部的工具栏与垂直位置相同。有人可以告诉我如何解决这个问题吗?我从“对象”窗格中拉出一个工具栏,然后将其拖到视图控制器中,以防该信息有帮助。
谢谢, :)
确保您为新的“ UIToolbar”对象正确设置了自动调整大小。在 Xcode 中应该是这样的:
UIToolbar