Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UICollectionView dragging is not smooth #9

Closed
unash opened this issue Feb 29, 2016 · 12 comments
Closed

UICollectionView dragging is not smooth #9

unash opened this issue Feb 29, 2016 · 12 comments
Labels

Comments

@unash
Copy link

unash commented Feb 29, 2016

Then MXScroll content is a UICollectionView.
I have dragged the collectionView reducing the header space.
And I drag the collectionView downwards , sometimes my action doesn't work.
It is frozen except I drag the collection view upwards first.

@unash
Copy link
Author

unash commented Feb 29, 2016

It appear in the third page of the demo.
I suppose is was caused by nesting of scrollViews.

@maxep
Copy link
Owner

maxep commented Feb 29, 2016

Do you have constraints in your UICollectionViewCells?

@unash
Copy link
Author

unash commented Mar 1, 2016

No, I use frame to layout.
It seems not collection view but the nesting of scroll view causes the dragging stuck.
At the third tab of your demo, drag the web view upwards, end dragging before reaching screen top.
Touch the screen then and drag downwards. Try several time and you may find it.
And touch again, it will turns to be OK.
It is tiny and leaving it is also fine.
I really appreciate the framework and it helps me a lot.

@arsonik
Copy link

arsonik commented Jul 7, 2016

+1

@JoshyMW
Copy link

JoshyMW commented Jul 15, 2016

I am also finding this with a nested UITableView and the cells do have constraints. This only affects scrolling up and at certain positions through the scroll. However the table view cells have editing styles and the swipe gesture, I think, may be interfering.

@JoshyMW
Copy link

JoshyMW commented Aug 22, 2016

Its not the swipe gesture thats interfering and testing out nested scroll views without MXParallelHeader works fine, however it looks like this may be related to having bounce enabled when one of the nested tableviews reaches the end. This is quite a high priority issue for us so any help would be greatly appreciated.

@JannyKul
Copy link

JannyKul commented Sep 2, 2016

+1

@trungnguyen1791
Copy link

+1. I faced the same problem as well.
And sometimes, pan gestures seem conflicted with collectionview selection gesture too.

@hananahmad
Copy link

@maxep Please help me out I have collectionView in one tab and when I scroll my collection view its didSelectItemAtIndexPath calls instead of scrolling infact I am not taping on any cell I am scrolling as I have not faced that kind of problem before please respond asap thanks .

@nthtrung09it
Copy link

+1

@stale
Copy link

stale bot commented Aug 9, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 9, 2019
@stale stale bot closed this as completed Aug 16, 2019
@nthtrung09it
Copy link

@maxep Please help me out I have collectionView in one tab and when I scroll my collection view its didSelectItemAtIndexPath calls instead of scrolling infact I am not taping on any cell I am scrolling as I have not faced that kind of problem before please respond asap thanks .

Did you find a solution for that issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants