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.
我正在从 url 将 NSImage 加载到图像中。图像加载但在偏离中心,在图像的右上角。当我调整窗口大小时,图像会自行居中。有谁知道为什么会发生这种情况?
好的,我发现 xcode 出于某种愚蠢的原因正在加载一个旧的 nib 文件。在产品菜单下运行 clean 然后调试您的问题。我不得不更改 nib 文件中的对象,现在图像居中。