Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIButton title "Button" is not cleared after removing it from the attribute inspector

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

like image 448
Akash S Arjun Avatar asked Sep 28 '21 06:09

Akash S Arjun


2 Answers

Change the button style to "Default" For more details

like image 158
Rahul John Avatar answered Oct 21 '22 14:10

Rahul John


Change the button style from plain to default.

enter image description here

like image 8
azeem usmani Avatar answered Oct 21 '22 14:10

azeem usmani