Migrating projects created with Xcode4 to Xcode6.
Then, the nib file says "View is clipping it content" warning(?).
The show the issue navigator displays a blank "!" in a gray circle.
!Clipped Content
View is clipping its content
Clicking on the problem part opens the nib file and leaves NSTextField selected.
Looking at the screen, the NSTextField in particular does not run out in the middle.
I don't think there's any actual damage, but I'm very concerned, so please let me know if anyone knows.
xcode
I just put NSTextField
in the new project and set up a longer placeholder text to reproduce it.
In particular, the NSTextField is not running out in the middle.
I think the Interface Builder calculates the necessary margins for readability, so I don't think it's always OK if you see all the text.
You can run Editor > Size to Fit Content to match the minimum size calculated by IB.
I understand that you are migrating an old project, so I imagine that the changes in the system font may have affected you.
Why don't you turn off Constrains for that object and reconfigure it?
606 Uncaught (inpromise) Error on Electron: An object could not be cloned
572 Understanding How to Configure Google API Key
577 PHP ssh2_scp_send fails to send files as intended
597 GDB gets version error when attempting to debug with the Presense SDK (IDE)
884 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.