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.

【Day56】積み上げ日記

Posted at

予定

■Udemy(有料教材)

完了

■Udemy(有料教材)

学習時間

4h

学習ポイント

■背景をぼかす
Blur

■テキストボックス内に薄く文字を表示させる方法
テキストボックス選択→Placeholder

■パスワード入力時に暗号化する方法
テキストボックス選択→Secure Text Entry

■プロトコル
デリゲートメソッドが記載されている仕様書

■デリゲート
プロトコルを呼び出すための宣言

■デリゲートの宣言方法
変数名 . delegate = self
「変数名の代表は自分です!」

■デリゲートメソッド
プロトコル内のメソッド

■画面遷移
①ボタンをタップして画面遷移
②何かのタイミングで画面遷移
performSegue(withIdentifier : “ID” , sender : nil)
③ナビゲーションを用いた画面遷移
Editor → Navigation Controller

■デバッグ 
原因を探る作業のこと

疑問点

■overrideがあるタイプ、ないタイプの違いは?

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?