https://developer.apple.com/documentation/uikit/uimutableapplicationshortcutitem
"An item that specifies a configurable user-initiated action for your app (the item is also called a mutable Home screen dynamic quick action)."
앱에서 사용자에 의해 초기화되는 설정 가능한 액션을 구체화하는 아이템입니다.(아이템은 변경 가능한 홈 스크린 동적 퀵 액션이라고도 부릅니다.)
class UIMutableApplicationShortcutItem : UIApplicationShortcutItem
이 클래스는 등록되어 있으며 수정 가능한 퀵 액션 작업을 도와주는, UIApplicationShortcutItem
의 편의 서브클래스입니다. 앱에서 이 객체를 사용하는 방법은 UIApplicationShortcutItem
의 오버뷰를 읽어보시기 바랍니다.
This class is a convenience subclass of UIApplicationShortcutItem, helping you work with registered, and therefore immutable, quick actions. For information about how to use objects of this class in your app, read the overview in UIApplicationShortcutItem.
UIApplicationShortcutItem
https://developer.apple.com/documentation/uikit/uiapplicationshortcutitem
https://velog.io/@panther222128/UIApplicationShortcutItem
앱에서 사용자에 의해 초기화된 액션을 구체화하는 애플리케이션 단축키 아이템으로 홈 스크림 동적 퀵 액션이라고도 합니다.
https://developer.apple.com/documentation/uikit/uiapplicationshortcutitem
https://velog.io/@panther222128/UIApplicationShortcutItem
모양과 사용성을 향상시키기 위해 홈 스크린 퀵 액션과 선택적으로 연결시킬 수 있는 이미지입니다.
https://developer.apple.com/documentation/uikit/uiapplicationshortcuticon
https://velog.io/@panther222128/UIApplicationShortcutIcon