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.
当我在情节提要的屏幕上制作一个按钮并且其中的文本比按钮宽度更多时。文本只是继续沿着按钮结束的直线前进。发生这种情况时,我想要换行,这样我就可以将文本放在两行,但我不知道如何在情节提要的按钮中获取两行文本..
有什么想法可以在情节提要中完成吗?
将换行符设置为“自动换行”:
您不仅应该“自动换行”文本,还应该使用自动布局调试工具并选择“添加缺少的约束”。
通过代码将按钮的框架设置为您想要的任何内容,并将换行符设置为“自动换行”。希望它能解决你的问题。