steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

Override delegate method for collectionView #76

Open emelyanovkirill opened 3 years ago

emelyanovkirill commented 3 years ago

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?