UITargetedPreview

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

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

"An object describing the view to use during preview-related animations."

프리뷰 관련 애니메이션이 진행되는 동안에 사용하기 위한 뷰를 표현하는 객체입니다.

Declaration

@MainActor class UITargetedPreview : NSObject

Overview

Use a UITargetedPreview to specify the view to use during an animated transition.

See Also


Contextual Menus

UIContextMenuInteraction

컨텐트에 대한 관련 액션을 표시하기 위해 사용하는 상호작용 객체입니다.

https://developer.apple.com/documentation/uikit/uicontextmenuinteraction
https://velog.io/@panther222128/UIContextMenuInteraction

UIPreviewTarget

애니메이션을 사용하기 위해 컨테이너 뷰를 구체화하는 객체입니다.

https://developer.apple.com/documentation/uikit/uipreviewtarget
https://velog.io/@panther222128/UIPreviewTarget

UIPreviewParameters

프리뷰 인터페이스 애니메이션 처리 시 사용할 수 있는 추가적인 파라미터입니다.

https://developer.apple.com/documentation/uikit/uipreviewparameters
https://velog.io/@panther222128/UIPreviewParameters


post-custom-banner

0개의 댓글