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

UIApplicationDelegate が適切ではない場合もある #64

Closed
ykws opened this issue Jan 20, 2024 · 0 comments · Fixed by #65
Closed

UIApplicationDelegate が適切ではない場合もある #64

ykws opened this issue Jan 20, 2024 · 0 comments · Fixed by #65
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ykws
Copy link
Member

ykws commented Jan 20, 2024

[UIApplicationDelegate](https://developer.apple.com/documentation/uikit/uiapplicationdelegate)

  • In iOS 13 and later, use UISceneDelegate objects to respond to life-cycle events in a scene-based app.
  • In iOS 12 and earlier, use the UIApplicationDelegate object to respond to life-cycle events.

https://developer.apple.com/documentation/uikit/app_and_environment/managing_your_app_s_life_cycle

@ykws ykws added the documentation Improvements or additions to documentation label Jan 20, 2024
@ykws ykws self-assigned this Jan 20, 2024
@ykws ykws closed this as completed in #65 Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant