gpt4 book ai didi

ios - 无法在 iOS8 中显示 UICollectionView 菜单

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:04:03 25 4
gpt4 key购买 nike

我正在尝试让 UIMenu 出现在 Collection View 中。

我已经设置了我的菜单

UIMenuItem* deleteItem = [[UIMenuItem alloc] initWithTitle:NSLocalizedString(@"DELETE", @"Supprimer") action:@selector(deleteShow:)];
UIMenuItem* archiveItem = [[UIMenuItem alloc] initWithTitle:NSLocalizedString(@"ARCHIVE", @"Archiver") action:@selector(archiveShow:)];
UIMenuItem* unarchiveItem = [[UIMenuItem alloc] initWithTitle:NSLocalizedString(@"UNARCHIVE", @"Restaurer") action:@selector(unArchiveShow:)];

[[UIMenuController sharedMenuController] setMenuItems:@[deleteItem,archiveItem,unarchiveItem]];

并且我在我的 Collection View Delegate 中实现了以下方法:

- (BOOL)collectionView:(UICollectionView *)collectionView shouldShowMenuForItemAtIndexPath:(NSIndexPath *)indexPath
- (BOOL)collectionView:(UICollectionView *)collectionView canPerformAction:(SEL)action forItemAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender
- (void)collectionView:(UICollectionView *)collectionView performAction:(SEL)action forItemAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender

前两个总是返回 YES。但是长按没有菜单显示。甚至没有标准的剪切/复制/粘贴菜单。有没有人经历过这样的事情?

提前致谢

最佳答案

这个问题花了一些时间。发现如果不在UICollectionViewCell的子类中实现“deleteShow:”等方法,菜单项就不会出现。

关于ios - 无法在 iOS8 中显示 UICollectionView 菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25731251/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com