mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): statusBarStyle ease of use and more control (#10859)
This commit is contained in:
@ -634,6 +634,11 @@ class UINavigationControllerImpl extends UINavigationController {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
public get childViewControllerForStatusBarStyle() {
|
||||
return this.topViewController;
|
||||
}
|
||||
}
|
||||
|
||||
function _getTransitionId(nativeTransition: UIViewAnimationTransition, transitionType: string): string {
|
||||
|
||||
Reference in New Issue
Block a user