Вопрос

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?

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top