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.
在更改了一些构建设置以发布应用程序后,我发现 UIToolbar 现在无法正确加载。
我很确定这不是代码问题,而是我意外更改的 Xcode 设置 - 任何人都可以帮忙吗?
以下是问题前后的截图。
前:
后:
看起来您正在某处重置大小(查看注销按钮如何偏移和左上角)。此外,看起来还有另一个蓝色按钮,您只能看到右侧的边缘。您似乎错误地设置了项目框架。您可能希望在相关项目之前和之后执行 NSLog 以查看它们被设置为什么,然后您可以追踪谁在设置它们。