From e8d52bfe4b50326b8f110bf4713c0d01399516bc Mon Sep 17 00:00:00 2001 From: novr Date: Mon, 16 May 2022 12:21:50 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Delegate=E3=82=BB=E3=82=AF=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=E5=85=88=E3=81=AB=E5=8F=96=E3=82=8A?= =?UTF-8?q?=E7=B5=84=E3=82=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ac526..a9e2587 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Session1がレビュー待ちの場合... # Session 1. [AutoLayout](Documentation/AutoLayout.md) 1. [API](Documentation/API.md) +1. [Delegate](Documentation/Delegate.md) 1. [Error](Documentation/Error.md) 1. [Json](Documentation/Json.md) 1. [Codable](Documentation/Codable.md) @@ -48,7 +49,6 @@ Session1がレビュー待ちの場合... 1. [NotificationCenter](Documentation/NotificationCenter.md) 1. [UnitTest](Documentation/UnitTest.md) 1. [ThreadBlock](Documentation/ThreadBlock.md) -1. [Delegate](Documentation/Delegate.md) 1. [Closure](Documentation/Closure.md) 1. [Concurrency](Documentation/Concurrency.md) 1. UIKit From 2dff50c32971e66c5f94cf8883a3c3df9ef68889 Mon Sep 17 00:00:00 2001 From: novr Date: Wed, 27 Jul 2022 21:36:54 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20API=E6=8C=87=E5=AE=9A=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation/Delegate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Delegate.md b/Documentation/Delegate.md index 1f597c8..c490669 100644 --- a/Documentation/Delegate.md +++ b/Documentation/Delegate.md @@ -14,6 +14,6 @@ UITableViewDelegateはProtocolで、Cellが選択されたときの関数が宣 UITableViewはUITableViewDelegateの実装クラスを保持し、必要な時にDelegateの関数を呼び出します。 ## 課題 -- Delegateパターンを使い、同期APIから天気予報を受け取る +- Delegateパターンを使い、APIから天気予報を受け取る - ViewControllerに`deinit`を実装し、ログを出力するようにしておく - ViewControllerを閉じた時に`deinit`が呼ばれることを確認する \ No newline at end of file From 35eaf48c2903a1480f834f4a0ee4c6b750dbf44f Mon Sep 17 00:00:00 2001 From: novr Date: Wed, 27 Jul 2022 21:41:57 +0900 Subject: [PATCH 3/3] =?UTF-8?q?:wrench:=20Delegate=E3=81=A7close=E3=81=8C?= =?UTF-8?q?=E5=AE=9F=E8=A3=85=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E3=81=8C=E3=81=82=E3=82=8B=E3=81=9F=E3=82=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e2587..3d6ffb3 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ Session1がレビュー待ちの場合... # Session 1. [AutoLayout](Documentation/AutoLayout.md) 1. [API](Documentation/API.md) +1. [Lifecycle](Documentation/VC_Lifecycle.md) 1. [Delegate](Documentation/Delegate.md) 1. [Error](Documentation/Error.md) 1. [Json](Documentation/Json.md) 1. [Codable](Documentation/Codable.md) -1. [Lifecycle](Documentation/VC_Lifecycle.md) 1. [NotificationCenter](Documentation/NotificationCenter.md) 1. [UnitTest](Documentation/UnitTest.md) 1. [ThreadBlock](Documentation/ThreadBlock.md)