79203716

Date: 2024-11-19 14:05:05
Score: 0.5
Natty:
Report link

iOS 16+ update

    if let scene = UIApplication.shared.connectedScenes.first as? UIWindowScene,
       let window = scene.windows.first,
       let rootViewController = window.rootViewController {
        rootViewController.dismiss(animated: true, completion: nil)
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: kadir