Sovannarith
Results
1
comments of
Sovannarith
Should check the top controller: let vc = UIApplication.shared.keyWindow?.rootViewController if var topController = vc { while let presentedViewController = topController.presentedViewController { topController = presentedViewController } DBClientsManager.authorize(fromController: UIApplication.shared, controller: topController) {...