Closed xtuck closed 2 years ago
let root = UIApplication.shared.windows.first?.rootViewController root?.show(controller, sender: nil) --> root?.present(controller, animated: true, completion: nil);
Fixed in 0.2.8.
let root = UIApplication.shared.windows.first?.rootViewController root?.show(controller, sender: nil) --> root?.present(controller, animated: true, completion: nil);