RxDataSources
RxDataSources copied to clipboard
Lack of support UICollectionView delegate method `contextMenuConfigurationForItemAt`or `contextMenuConfigurationForItemsAt`
Hello, how can i implement the delegate method contextMenuConfigurationForItemAt
or contextMenuConfigurationForItemsAt
using RxDataSource? Maybe you will include support for it in the next version?
func collectionView(
_ collectionView: UICollectionView,
contextMenuConfigurationForItemAt indexPath: IndexPath,
point: CGPoint) -> UIContextMenuConfiguration?
or iOS 16.0+ version
optional func collectionView(
_ collectionView: UICollectionView,
contextMenuConfigurationForItemsAt indexPaths: [IndexPath],
point: CGPoint
) -> UIContextMenuConfiguration?