英文:
Unwanted characters showing on the button next to the image
问题
按钮被设置为一个系统图像 "plus",没有任何标题,但不知何故,它显示出了 "Button",我猜是显示在旁边。有什么想法?
我使用的是 Xcode 14.2。
英文:
The button is set to a system image "plus" without any title, but somehow it displays, I guess, "Button" next to it. Any idea?
I'm on Xcode 14.2.
答案1
得分: 0
我在文本编辑器中打开了XIB文件,并删除了与“+”按钮相关的这行代码,现在UI上的文本已经消失。
<state key="normal" title="Button"/>
Xcode真是一个糟糕的集成开发环境...
英文:
I opened the XIB in the text editor and removed this line associated with the "+" button and now the text is gone from UI.
<state key="normal" title="Button"/>
Xcode is such a garbage IDE...
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论