Skip to content

Commit 612a23f

Browse files
authored
Merge pull request #30 from yumemi-inc/feature/uinavigationcontroller
UINavigationController を使う課題を追加
2 parents 3cbcf84 + b5854e7 commit 612a23f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# UINavigationController
2+
3+
[UINavigationController](https://developer.apple.com/documentation/uikit/uinavigationcontroller)を使ってみましょう
4+
5+
## 課題
6+
7+
- 天気リスト画面を UINavigationController として作成する
8+
- 詳細画面には push で遷移して戻れるようにする
9+
- 詳細画面の Navigation Bar title として選択したエリア名を表示する
10+
11+
### エクストラ
12+
13+
- [Navigation Bars](https://developer.apple.com/design/human-interface-guidelines/ios/bars/navigation-bars/)に Standard title と Large title をそれぞれ設定して違いを見比べてみましょう

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Session1がレビュー待ちの場合...
5252
1. [Concurrency](Documentation/Concurrency.md)
5353
1. UIKit
5454
1. [UITableView](Documentation/UITableView.md)
55+
1. [UINavigationController](Documentation/UINavigationController.md)
5556
1. [BugFix](Documentation/BugFix.md)
5657

5758
**(注1)**

0 commit comments

Comments
 (0)