SUINavigation
SUINavigation copied to clipboard
Application freezes when opening the Second screen in MVVM+Coordinator example on iOS 17
Title: Application freezes when opening the Second screen in MVVM+Coordinator example on iOS 17
Description:
- Summary: In the MVVM+Coordinator example, the application freezes (infinite creation of
SecondView) when trying to open the Second screen. This issue occurs only on iOS 17. - Steps to Reproduce:
- Launch the application.
- Tap the "toFirst" button to navigate to the First screen.
- Tap the "toSecond" button to navigate to the Second screen.
- Expected Behavior: The application should successfully navigate to the Second screen without freezing.
- Actual Behavior: The application freezes and gets stuck in an infinite loop of creating
SecondViewinstances. - Additional Information: This issue has been observed only on iOS 17.
Labels: bug, iOS 17