Change The Title Of A Button Using Swift

[Solved] Change The Title Of A Button Using Swift | Swift - Code Explorer | yomemimo.com
Question : change the title of a button using Swift

Answered by : ifunanya-ikemma

button.setTitle("Button Title", for: .normal)

Source : | Last Update : Thu, 21 Jan 21

Question : change ui button swift

Answered by : jaynue

button.setTitle("Button Title", for: .normal)

Source : https://stackoverflow.com/questions/26326296/changing-text-of-uibutton-programmatically-swift | Last Update : Tue, 01 Dec 20

Answers related to change the title of a button using swift

Code Explorer Popular Question For Swift