Skip to content

Commit 6d9e889

Browse files
committed
style: 방향 주석 수정
1 parent 2d53e4a commit 6d9e889

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Libraries/CollectionUI/Sources/CollectionSwipeActions.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import UIKit
22

33
// UIKit swipe action을 적용할 방향
44
public enum CollectionSwipeActionsEdge: Equatable, Sendable {
5-
// cell의 앞쪽 swipe action
5+
// cell의 좌측에서 우측 방향 swipe action
66
case leading
7-
// cell의 뒤쪽 swipe action
7+
// cell의 우측에서 좌측 방향 swipe action
88
case trailing
99
}
1010

0 commit comments

Comments
 (0)