How to open a view on long pressing on a collection view's particular row in swift?

前端 未结 0 1250
野的像风
野的像风 2021-01-07 11:57

This is the code I am using:

In viewDidLoad-

 let longPressRecognizer = UILongPressGestureRecognizer(target: self, action: #selector(self.tapLeaveView)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题