Skip to content

Commit

Permalink
fix: enable two finger scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
vcellu committed Dec 15, 2022
1 parent 5f79a49 commit 7657be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/DataCollectionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class DataCollectionView: UIView, UICollectionViewDataSource, UICollectionViewDe
uiCollectionView.dataSource = self
uiCollectionView.indicatorStyle = .black
uiCollectionView.backgroundColor = .white
uiCollectionView.panGestureRecognizer.minimumNumberOfTouches = 2
childCollectionView = uiCollectionView
addSubview(uiCollectionView)
}
Expand Down

0 comments on commit 7657be5

Please sign in to comment.