xref: /expo/ios/Exponent/Kernel/Views/Loading/EXAppLoadingProgressWindowViewController.swift (revision f442e5cd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 import UIKit
2 
3 @objc
4 class EXAppLoadingProgressWindowViewController: UIViewController {
5   override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
6     let visibleAppSupportedInterfaceOrientations = EXKernel
7       .sharedInstance()
8       .visibleApp
9       .viewController
10       .supportedInterfaceOrientations
11     return visibleAppSupportedInterfaceOrientations
12   }
13 }
14 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025