You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented 3d touch with a helper that receives the UICollectionView. From there I retrieve the pressed cell with the location from previewingContext:viewControllerForLocation:.
I'd like to add this popupPreviewRecognizer to the UICollectionView as well, but I need the gesture location for determining which cell was pressed.
The text was updated successfully, but these errors were encountered:
I've implemented 3d touch with a helper that receives the UICollectionView. From there I retrieve the pressed cell with the location from
previewingContext:viewControllerForLocation:
.I'd like to add this popupPreviewRecognizer to the UICollectionView as well, but I need the gesture location for determining which cell was pressed.
The text was updated successfully, but these errors were encountered: