Skip to content

Commit

Permalink
Merge pull request yumemi-inc#27 from yumemi-inc/feature/move_delegat…
Browse files Browse the repository at this point in the history
…e_section
  • Loading branch information
novr committed Jul 28, 2022
2 parents 0c5dc57 + 35eaf48 commit d2d07f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/Delegate.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ UITableViewDelegateはProtocolで、Cellが選択されたときの関数が宣
UITableViewはUITableViewDelegateの実装クラスを保持し、必要な時にDelegateの関数を呼び出します。

## 課題
- Delegateパターンを使い、同期APIから天気予報を受け取る
- Delegateパターンを使い、APIから天気予報を受け取る
- ViewControllerに`deinit`を実装し、ログを出力するようにしておく
- ViewControllerを閉じた時に`deinit`が呼ばれることを確認する
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ 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)
1. [Delegate](Documentation/Delegate.md)
1. [Closure](Documentation/Closure.md)
1. [Concurrency](Documentation/Concurrency.md)
1. UIKit
Expand Down

0 comments on commit d2d07f7

Please sign in to comment.