When I override the delegate method func collectionView(_ collectionView: UICollectionView, contextMenuConfigurationForItemAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration?
for collectionView, I get error
Method does not override any method from its superclass
How can I call the context menu for collection?
When I override the delegate method
func collectionView(_ collectionView: UICollectionView, contextMenuConfigurationForItemAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration?for collectionView, I get error
How can I call the context menu for collection?