[Solved] Changing Label text through button in ios programmatically [closed]


[myButton setTitle: @"myTitle" forState: UIControlStateNormal];

Here’s a link to the apple docs. it’ll help you out a bunch

1

solved Changing Label text through button in ios programmatically [closed]