mkko / DrawerView

A drop-in view, to be used as a drawer anywhere in your app
MIT License
373 stars 57 forks source link

horizontal scroll in collectionView #27

Open clasters opened 4 years ago

clasters commented 4 years ago

Hello, i can't horizontal scroll in collectionView - drawerView starts to change position, when i try scroll collectionView. I need to scroll the collectionView in any position

mkko commented 4 years ago

Thank you for the feedback! I haven't tried the drawer with horizontal collection views, do you think you could provide some example? I'd be happy to check this issue.

jtsaeed commented 2 years ago

Hey, just thought it'd be worth pointing out that I'm having the same issue with a SwiftUI horizontal ScrollView (within a `UIHostingController), so maybe the issue isn't collection view specific and just relates to any sort of horizontal scrolling.

Update: My own fault, didn't have directional scroll lock enabled- works great now!