fooval.shen

Results 1 comments of fooval.shen

我也遇到这个问题, 后面发现了 bug在这个代码里面 guard let currentWindows = self.sharedApplication?.windows else { return nil } var rootViewController: UIViewController? for window in currentWindows { if let windowRootViewController = window.rootViewController { rootViewController = windowRootViewController...