UIContextualAction

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

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

"An action to display when the user swipes a table row."

사용자가 테이블 행을 스와이프할 때 표시하기 위한 액션입니다.

Declaration

@MainActor class UIContextualAction : NSObject

Overview

사용자가 테이블 행을 왼쪽 혹은 오른쪽으로 스와이프할 때 수행될 수 있는 액션의 타입을 정의하려면 UIContextualAction 객체를 생성하시기 바랍니다. 테이블 뷰 딜리게이트 객체에서 UISwipeActionsConfiguration 객체를 시작하기 위해 액션을 사용하시기 바랍니다.

See Also


Row Actions

UISwipeActionsConfiguration

테이블의 행을 스와이프할 때 수행하는 액션의 집합입니다.

https://developer.apple.com/documentation/uikit/uiswipeactionsconfiguration
https://velog.io/@panther222128/UISwipeActionsConfiguration


post-custom-banner

0개의 댓글