Search code examples
iosswiftxcodeuser-interfacestoryboard

Xcode 13 - "Button" title not disappearing


After updating to Xcode 13, I face a strange issue, I make a button without title in the storyboard, but it appears with "Button" title in build.

Here's button settings

And here's what it looks like in storyboard

storyboard button

But in build it looks like this

Button with "Button" title


Solution

  • I found a solution - need to choose Default style.

    enter image description here