ボタンのタイトルを変更する - iOS開発メモ

サンプル

setTitle:forState:を使います。

[self.button setTitle:@"タイトル" forState:UIControlStateNormal]; // self.buttonはUIButton

関連項目

なし