Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

設定画面への遷移をナビゲーションに変更する #8

Open
ykws opened this issue Oct 25, 2021 · 0 comments · May be fixed by #28 or #34
Open

設定画面への遷移をナビゲーションに変更する #8

ykws opened this issue Oct 25, 2021 · 0 comments · May be fixed by #28 or #34
Assignees
Labels
help wanted Extra attention is needed

Comments

@ykws
Copy link
Owner

ykws commented Oct 25, 2021

next-badge

現状はモーダル表示になっているため、ナビゲーションコントローラを利用して、ナビゲーション遷移としてください。

以下の記事を参考にしてみてください。

NavigationControllerをStoryboardで追加する

Originally posted by @ykws in #7 (comment)

SettingsApp の画面イメージの通りになっているのが期待する結果です。

@ykws ykws added the help wanted Extra attention is needed label Oct 25, 2021
@ykws ykws self-assigned this Nov 28, 2021
ykws added a commit that referenced this issue Nov 28, 2021
- Static Cells を利用する
  - 不特定な要素を扱わないので、利用用途が限定されているため Static で良い
  - TextField を扱いやすくなる
- NavigationController を追加
  - ライフサイクルの管理を楽にするため
  - viewWillAppear で更新処理ができるようになる

fixes #8 #27
@ykws ykws linked a pull request Nov 28, 2021 that will close this issue
2 tasks
@ykws ykws linked a pull request Nov 28, 2021 that will close this issue
2 tasks
ykws added a commit that referenced this issue Dec 2, 2021
- Static Cells を利用する
  - 不特定な要素を扱わないので、利用用途が限定されているため Static で良い
  - TextField を扱いやすくなる
- NavigationController を追加
  - ライフサイクルの管理を楽にするため
  - viewWillAppear で更新処理ができるようになる

fixes #8 #27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
1 participant