DrawerView
DrawerView copied to clipboard
horizontal scroll in collectionView
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
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.
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!