Bren
Bren

Reputation: 342

UIGestureRecognizer in CollectionView not being Recognized

I have a CollectionView of cells that contain images. These images are being fed from a web service. I am trying to implement a UISwipeGestureRecognizerDirectionDown to allow the user to refresh the view. However, when I swipe down the View is handling it as a scroll as opposed to a UISwipeGesture. Is there a good way to different the actions?

Upvotes: 0

Views: 114

Answers (1)

Bren
Bren

Reputation: 342

It appears to be working. I have been able to get it to work intermittently inside of the simulator. Based on my testing and other gesture issues, it appears that the Simulator has difficulty accurately translating the Gestures from a touchpad.

Upvotes: 0

Related Questions