submenuAction(_:)
The action method assigned to menu items that open submenus.
Declaration
func submenuAction(_ sender: Any?)Discussion
You may override this method to implement different behavior. Never invoke this method directly.
The action method assigned to menu items that open submenus.
func submenuAction(_ sender: Any?)You may override this method to implement different behavior. Never invoke this method directly.