Skip to content

Commit

Permalink
fix: remove two finger scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
vcellu committed Dec 20, 2022
1 parent 4860924 commit 295539b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/DataCollectionView.swift
Expand Up @@ -175,7 +175,6 @@ 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 295539b

Please sign in to comment.