https://developer.apple.com/documentation/uikit/uimenuelement
"An object representing a menu, action, or command."
메뉴, 액션, 명령을 나타내는 객체입니다.
@MainActor class UIMenuElement : NSObject
UIMenuElement
는 모든 메뉴, 액션, 명령에 의해 공유되는 동작을 정의합니다. UIMenuElement
객체를 직접 생성할 필요는 없습니다. 대신 이 클래스로부터 상속받은 객체인 UIMenu
, UIAction
, UICommand
와 같은 적합한 객체를 생성해야 합니다.
클로저에서 가지고 있는 액션을 수행하는 메뉴 요소입니다.
https://developer.apple.com/documentation/uikit/uiaction
https://velog.io/@panther222128/UIAction
가지고 있는 액션을 셀렉터에서 수행하는 메뉴 요소입니다.
https://developer.apple.com/documentation/uikit/uicommand
https://velog.io/@panther222128/UICommand
하드웨어 키보드에 대해서 수행되는 키 입력 및 결과 액션을 구체화하는 객체입니다.
https://developer.apple.com/documentation/uikit/uikeycommand
https://velog.io/@panther222128/UIKeyCommand
시스템이 블록의 컴플리션 핸들러 결과로 교체할 수 있는 플레이스홀더 메뉴 요소입니다.
https://developer.apple.com/documentation/uikit/uideferredmenuelement
https://velog.io/@panther222128/UIDeferredMenuElement