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.

【Day59】積み上げ日記

Posted at

予定

■Udemy(有料教材)
-セクション13-14

完了

■Udemy(有料教材)
−セクション13、14(途中)

学習時間

6h

学習ポイント

■sender = UIButton(オブジェクト)のこと

■MVCモデル
・Model:機能をまとめたもの
・View:外見をまとめたもの
・Controller:
①Viewに見せるための処理をまとめたもの
②ViewからModelに、ModelからViewへの処理をまとめたもの

■プロパティとメソッドの違い 
・プロパティ:
var name = “Conan”
・メソッド:
func greet( ) {
print ( “ I am (変数)” )
}

■initの記述は、funcなしでOK!

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?