Uibutton Change Text

[Solved] Uibutton Change Text | Objectivec - Code Explorer | yomemimo.com
Question : uibutton change text

Answered by : wicked-wolf-kfrr7ktv1iyg

Swift 5:
button.setTitle("Test", for: .normal)

Source : | Last Update : Sat, 02 Oct 21

Question : uibutton change text

Answered by : wicked-wolf-kfrr7ktv1iyg


Objective-c:
[button setTitle:@"Test" forState:UIControlStateNormal];

Source : | Last Update : Sat, 02 Oct 21

Answers related to uibutton change text

Code Explorer Popular Question For Objectivec