mutualmobile / MMSpreadsheetView

MIT License
193 stars 34 forks source link

Stop scrolling #8

Closed lemak5 closed 10 years ago

lemak5 commented 10 years ago

In your example : when you scroll the bottom right CollectionView, a touch on the bottom left CollectionView (and vice versa) does not stop the scrolling of these two CollectionViews. Only the CollectionView that is causing the scroll can stop scrolling of the two CollectionViews. Is it possible to fix this ?

(sorry for my english)

I read your caveat : "Unintended gesture handling: MMSpreadsheetView hooks into the collection view pan gesture recognizers to implement "exclusive touch," which disables tap registration on other sections of the grid until the first touch ends. Also, touches are disabled when the view is in a bounce to prevent locking the view in an awkward state.".

jeffla commented 10 years ago

An idea was proposed to use a single collection view and using the layout to produce the same effect, but I have not had time to research this.