Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of support UICollectionView delegate method contextMenuConfigurationForItemAtor contextMenuConfigurationForItemsAt #417

Open
nikita-harseko-gismart opened this issue Jul 8, 2022 · 0 comments

Comments

@nikita-harseko-gismart
Copy link

nikita-harseko-gismart commented Jul 8, 2022

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?
@nikita-harseko-gismart nikita-harseko-gismart changed the title Lack of support UICollectionView delegate method contextMenuConfigurationForItemAt Lack of support UICollectionView delegate method contextMenuConfigurationForItemAtor contextMenuConfigurationForItemsAt Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant