-
Methods in org.robovm.apple.uikit with parameters of type UIContextMenuInteractionAnimating
| Modifier and Type |
Method |
Description |
void |
UICollectionViewController.willDisplayContextMenu(UICollectionView collectionView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UICollectionViewDelegate.willDisplayContextMenu(UICollectionView collectionView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UICollectionViewDelegateAdapter.willDisplayContextMenu(UICollectionView collectionView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UICollectionViewModel.willDisplayContextMenu(UICollectionView collectionView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UITableViewController.willDisplayContextMenu(UITableView tableView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UITableViewDelegate.willDisplayContextMenu(UITableView tableView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UITableViewDelegateAdapter.willDisplayContextMenu(UITableView tableView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UITableViewModel.willDisplayContextMenu(UITableView tableView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UIContextMenuInteractionDelegate.willDisplayMenu(UIContextMenuInteraction interaction,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UIContextMenuInteractionDelegateAdapter.willDisplayMenu(UIContextMenuInteraction interaction,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UIControl.willDisplayMenu(UIContextMenuInteraction interaction,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UIContextMenuInteractionDelegate.willEnd(UIContextMenuInteraction interaction,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UIContextMenuInteractionDelegateAdapter.willEnd(UIContextMenuInteraction interaction,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UIControl.willEnd(UIContextMenuInteraction interaction,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UICollectionViewController.willEndContextMenuInteraction(UICollectionView collectionView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UICollectionViewDelegate.willEndContextMenuInteraction(UICollectionView collectionView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UICollectionViewDelegateAdapter.willEndContextMenuInteraction(UICollectionView collectionView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UICollectionViewModel.willEndContextMenuInteraction(UICollectionView collectionView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UITableViewController.willEndContextMenuInteraction(UITableView tableView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UITableViewDelegate.willEndContextMenuInteraction(UITableView tableView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UITableViewDelegateAdapter.willEndContextMenuInteraction(UITableView tableView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|
void |
UITableViewModel.willEndContextMenuInteraction(UITableView tableView,
UIContextMenuConfiguration configuration,
UIContextMenuInteractionAnimating animator) |
|