Is it possible to prevent UIMenuController from being dismissed when one of it's UIMenuItems is selected?

The default behaviour is that selecting an item will dismiss the menu. I see that some Apple's apps have items which will do some action but keep the menu open.

For example in Notes, there is Indent item which will indent the text but keep the menu open.

Is it possible to achieve this with the public API?

Is it possible to prevent UIMenuController from being dismissed when one of it's UIMenuItems is selected?
 
 
Q