keepsMenuPresented
An attribute indicating that the menu remains presented after firing the element’s action instead of dismissing.
Declaration
static var keepsMenuPresented: UIMenuElement.Attributes { get }Discussion
Use this attribute to allow a person to perform a menu action multiple times without dismissing the menu in between.
This attribute doesn’t have an effect if you build your app with Mac Catalyst.