-
[UIKit] CollectionView 에 대해 Action을 줘보자 : UIContextMenuConfiguration, UIMenuSwift/UIKit 2022. 7. 7. 17:25
길게 눌렀을때 해당 CollectionView에 대한 어떠한 행동을 하고 싶다
밑에 스샷에서 보는 거 처럼 Download랄찌..
이런식으로
ActionProvider을 Closure로 불러서
children으로 UIAction을 선언해서 넣어주면 된다.
그리고 handler을 Closure로 불러서 Download가 클릭됐을때 할 어떤 행동을 실행문에 넣어주자
'Swift > UIKit' 카테고리의 다른 글
[UIKit] NavigationView 구현해보자 : navigationController, navigationBar, pushViewController (0) 2022.07.08 [UIKit] CoreData 써보자 (0) 2022.07.08 [UIKit] event 를 발생 시키고 다른 view 에서 뭔가를 실행하기 : NotificationCenter (0) 2022.07.07 [UIKit] 선택된 아이템을 해제해 주기 tableView.deselectRow() (0) 2022.07.06 [UIKit] 테두리에서 내용물을 짤라보자 : clipsToBounds, layer.masksToBounds (0) 2022.07.05