[swift]UIButtonにテキストを設定する
UIButtonにテキストを設定する
UIButtonにテキストを設定するにはsetTitleで設定できる
var button:UIButton; button.setTitle("ボタンのテキスト", forState: UIControlState.Normal)
UIButtonにテキストを設定するにはsetTitleで設定できる
var button:UIButton; button.setTitle("ボタンのテキスト", forState: UIControlState.Normal)