79742763

Date: 2025-08-21 20:59:43
Score: 0.5
Natty:
Report link

Since iOS 26:

import UIKit
UIApplication.shared.sendAction(#selector(UIResponderStandardEditActions.performClose(_:)), to: nil, from: nil, for: nil)

Ensure that the UIApplication.shared responder hierarchy contains a valid first responder, otherwise app may not respond to system actions like closing

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gaRik