Thanks for reply!
I've ended up commenting out everything inside and issue is still the same:
func collectionView(_ collectionView: UICollectionView, contextMenuConfigurationForItemAt indexPath: IndexPath, point: CGPoint) - UIContextMenuConfiguration? {
return UIContextMenuConfiguration(identifier: nil, previewProvider: nil) { [weak self] _ in
return nil
}
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: