22

I cleared the title from attribute inspector, but while running the app, text "Button" is displaying. UIButton Attribute inspector

Output:

enter image description here

I checked different scenarios and the issue occurs only if the deployment target is below 15.0

Is there any solution for this?.

Xcode Version: 13.0 Project deployment target: 13.4

Akash S Arjun
  • 233
  • 2
  • 5

2 Answers2

46

Change the button style to "Default" For more details

Jaswant Singh
  • 9,900
  • 8
  • 29
  • 50
Rahul John
  • 468
  • 1
  • 3
  • 6
18

Change the button style from plain to default.

enter image description here

azeem usmani
  • 517
  • 4
  • 9