UIDeferredMenuElement

Panther·2021년 8월 6일
0
post-custom-banner

https://developer.apple.com/documentation/uikit/uideferredmenuelement

"A placeholder menu element that the system replaces with the result of the block’s completion handler."

시스템이 블록의 컴플리션 핸들러 결과로 교체할 수 있는 플레이스홀더 메뉴 요소입니다.

Declaration

@MainActor class UIDeferredMenuElement : UIMenuElement

See Also


UIMenuElement

메뉴, 액션, 명령을 나타내는 객체입니다.

https://developer.apple.com/documentation/uikit/uimenuelement
https://velog.io/@panther222128/UIMenuElement

UIAction

클로저에서 가지고 있는 액션을 수행하는 메뉴 요소입니다.

https://developer.apple.com/documentation/uikit/uiaction
https://velog.io/@panther222128/UIAction

UICommand

가지고 있는 액션을 셀렉터에서 수행하는 메뉴 요소입니다.

https://developer.apple.com/documentation/uikit/uicommand
https://velog.io/@panther222128/UICommand

UIKeyCommand

하드웨어 키보드에 대해서 수행되는 키 입력 및 결과 액션을 구체화하는 객체입니다.

https://developer.apple.com/documentation/uikit/uikeycommand
https://velog.io/@panther222128/UIKeyCommand


post-custom-banner

0개의 댓글