fooval.shen

Results 1 issues of fooval.shen

guard let currentWindows = self.sharedApplication?.windows else { return nil } var rootViewController: UIViewController? for window in currentWindows { if let windowRootViewController = window.rootViewController { rootViewController = windowRootViewController break } }...