'Xcode 13 - "Button" title not disappearing
Solution 1:[1]
Solution 2:[2]
If you need to use icon instead of text. Not only button style Default required. You have to check Tint color also because the default is blue.
Solution 3:[3]
If you want to stick to using a Plain button, try entering a thin space (U+2009) character as the title, which won't consume much space and solves the issue. (Thanks to @El Tomato for suggesting white space characters)
Here it is for easier copy-pasting: ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | LordGift |
| Solution 3 |




