Open jessesquires opened 5 years ago
currently, only implementing:
public func collectionView(
_ collectionView: UICollectionView,
contextMenuConfigurationForItemAt
indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration?
@jessesquires saw this from https://github.com/jessesquires/ReactiveCollectionsKit/discussions/129, are you happy for me to take this? Assuming we can forward on CollectionViewModel
?
@ruddfawcett sure! 😄
Just be aware that I'll be working on some bigger changes next week: https://github.com/jessesquires/ReactiveCollectionsKit/discussions/129#discussioncomment-10826010
Docs: https://developer.apple.com/documentation/uikit/uicollectionviewdelegate#3580853
Already implemented
NOT implemented