We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現状はモーダル表示になっているため、ナビゲーションコントローラを利用して、ナビゲーション遷移としてください。
以下の記事を参考にしてみてください。
NavigationControllerをStoryboardで追加する
Originally posted by @ykws in #7 (comment)
SettingsApp の画面イメージの通りになっているのが期待する結果です。
The text was updated successfully, but these errors were encountered:
name を入力できるように
74b076e
- Static Cells を利用する - 不特定な要素を扱わないので、利用用途が限定されているため Static で良い - TextField を扱いやすくなる - NavigationController を追加 - ライフサイクルの管理を楽にするため - viewWillAppear で更新処理ができるようになる fixes #8 #27
968115e
ykws
Successfully merging a pull request may close this issue.
現状はモーダル表示になっているため、ナビゲーションコントローラを利用して、ナビゲーション遷移としてください。
以下の記事を参考にしてみてください。
NavigationControllerをStoryboardで追加する
Originally posted by @ykws in #7 (comment)
SettingsApp の画面イメージの通りになっているのが期待する結果です。
The text was updated successfully, but these errors were encountered: