performsActionsWhilePresentingModally property

bool get performsActionsWhilePresentingModally

Determines whether the receiver continues to respond to actions while it is presenting a view controller modally.

Defaults to YES. You can change the default return value by providing a value for UIViewControllerPerformsActionsWhilePresentingModally in your Info.plist file.

Implementation

bool get performsActionsWhilePresentingModally {
  objc.checkOsVersionInternal('UIViewController.performsActionsWhilePresentingModally', iOS: (false, (13, 0, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_performsActionsWhilePresentingModally);
}