0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

StoryBoard上のアクション割当て済みボタンの文字列を変える

Last updated at Posted at 2016-10-04
ViewController.swift
    @IBOutlet weak var button: UIButton!  // weakにする
    ...
    override func viewDidLoad() {  // init()に書いちゃダメ
        ...
        self.button.setTitle("start record", forState: .Normal)
    }

StoryBoardはデバッグが大変なのが難点😩


ブログやってます:http://weed.nagoya

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?