Skip to content

Lack of support UICollectionView delegate method contextMenuConfigurationForItemAtor contextMenuConfigurationForItemsAt #417

Description

@nikita-harseko-gismart

Hello, how can i implement the delegate method contextMenuConfigurationForItemAtor 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions