Closed LewisSmallwood closed 2 years ago
Occasionally, when navigating a complex app on iOS, the app loses reference to the rootViewController.
rootViewController
This change has been made to make the process of getting the rootViewController more robust.
Specifically, adding more robust support for finding the rootViewController through UINavigationController's and UITabViewController's.
UINavigationController
UITabViewController
This is the same fix as applied to: https://github.com/NativeScript/nativescript-ui-charts/issues/42
Occasionally, when navigating a complex app on iOS, the app loses reference to the
rootViewController
.This change has been made to make the process of getting the
rootViewController
more robust.Specifically, adding more robust support for finding the
rootViewController
throughUINavigationController
's andUITabViewController
's.This is the same fix as applied to: https://github.com/NativeScript/nativescript-ui-charts/issues/42